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

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


Regarding image side code and MultipleBytecodeSetsBitmask in VMMaker, on the image side you would use this (only if necessary, and hopefully it is not necessary):

  (ImageFormat fromInteger: 68021) requiresMultipleBytecodeSupport ==> false 
  (ImageFormat fromInteger: 68533) requiresMultipleBytecodeSupport ==> true 

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

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


More information about the Vm-dev mailing list