[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] primitiveImageFormatVersion may be not correct (Issue #638)

David T Lewis notifications at github.com
Wed Jun 8 00:00:40 UTC 2022


I am trying to understand the real-world scenario in which this matters. I have an image running Sista bytecodes and my image format is 68533. I save an image segment to disk, and that image segment contains objects that contain compiled code that contain Sista bytecodes. The saved image segment records itself with format number 68021 (not 68533). Later on, someone loads that image segment using a VM that is a year or two old, so the VM does not know about 68533. But the VM probably does know how to run Sista bytecodes because it is only a year or two old. Everything still works, so as a practical matter what is the problem?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/638#issuecomment-1149287024
You are receiving this because you commented.

Message ID: <OpenSmalltalk/opensmalltalk-vm/issues/638/1149287024 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20220607/3b418345/attachment-0001.html>


More information about the Vm-dev mailing list