[Vm-dev] How to convert 32-bit images to 64-bit images?

stes@PANDORA.BE stes at telenet.be
Thu Apr 22 15:49:19 UTC 2021


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


According to http://wiki.squeak.org/squeak/2315
using the package from http://www.squeaksource.com/SystemTracing
an old (but potentially interesting) method would be :

  SystemTracer64 writeImage: 'clone-64bit.image'

et voila ... image cloned to a 64bit image.

In practice it may be a little bit more complex.

For example I open Squeak4.6-15102.image,
then fileIn the SystemTracing package (Monticello) that works.

Loading SystemTracingV3-dtl.29.mcz works

It has an interesting looking script : traceTo64Script

"This is a script that can be filed into a 32bit image to trace that image
to 64bit format ..."

But the above method creates for me the error

Tracing and writing 421965 objects ... MessageNotUnderstood:isCompiledCode

If you manage to do this, I'd be interested in your experiences.

David Stes

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJggZqcAAoJENdFDkXGicizciwH+wW9tq5OO+c8GWM83VDXA6Hr
jqAUFZzjuEZQ0nciosSXSou09xfJZCQJHsoHVG95XjWrAK+n3oIR/Z/sPcYs+h8K
4mFdPAGoDp9Jr8eVslRhA5LODLNz7dl+B3v3xbw0tVspJcsiUYIe/gMoxAmVIgfW
2tzJtDozs3Ux+ai0Tg96Nn1K3xk03887WgfDlRqbP3GeQ4hGhlg4CMs5wC80w7Mw
tmhXOmrHQpc8F+V9THmVXoyiC6hIT0Ng41yLH++Sxo8AX2HBiP+yn2rALKHoYMFQ
8FfA2hGDhI7bbSOxMa8jZrnhdXUieCeg8+vLLFL8KRqr7jyVTUUcW8sn3VzIi/Y=
=c3Fh
-----END PGP SIGNATURE-----


More information about the Vm-dev mailing list