You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter, currently the VM sets up the following fields in a dart instance:
instance_size - size of a an instance in bytes
offset - offset in bytes of the field in the instance
Since these are values are recorded in bytes the values are different for a 32 bit VM from a 64 bit VM. Hence a snapshot generated on a 32 bit system does not work when read into a 64 bit VM.
There is a proposal to record these values in words which would make them platform independent. I will use this bug as a means for tracking this proposed changed.
As we discovered in issue #6233, the snapshot format is not platform independent.
I'm told that is a bug.
The text was updated successfully, but these errors were encountered: