[Pharo-project] Pharo 1.4 with interpreted VM
Is there any way to get a 1.4 Pharo image saved with the interpreted VM binary format? I need that to produce a XO application, the stack VM is missing some part to work with Sugar launch system Hilaire -- Dr. Geo -- http://www.drgeo.eu
I was told not long ago that the latest interpreter vm from squeakvm.org is updated to work with latest image format. But haven't checked, sorry. Guille On Wed, Apr 4, 2012 at 8:22 PM, Hilaire Fernandes < hilaire.fernandes@edu.ge.ch> wrote:
Is there any way to get a 1.4 Pharo image saved with the interpreted VM binary format? I need that to produce a XO application, the stack VM is missing some part to work with Sugar launch system
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
hilaire I checked and I downloaded the latest pharo and I could not open it with a mac 4.2 old old vm but I could with 5.7 let me know if this helps. On Apr 4, 2012, at 8:22 PM, Hilaire Fernandes wrote:
Is there any way to get a 1.4 Pharo image saved with the interpreted VM binary format? I need that to produce a XO application, the stack VM is missing some part to work with Sugar launch system
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
5.7.4 for mac should be able to load a newer image. latest for linux should do it to I don't know about windows, but I think it should be capable too (anyway, to XO you need a linux vm) I don't know exactly which linux vm number is the indicated, but I'd try with latest for squeakvm.org best, Esteban On Apr 4, 2012, at 9:17 PM, Stéphane Ducasse wrote:
hilaire I checked and I downloaded the latest pharo and I could not open it with a mac 4.2 old old vm but I could with 5.7
let me know if this helps.
On Apr 4, 2012, at 8:22 PM, Hilaire Fernandes wrote:
Is there any way to get a 1.4 Pharo image saved with the interpreted VM binary format? I need that to produce a XO application, the stack VM is missing some part to work with Sugar launch system
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
On 4 April 2012 21:17, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
hilaire I checked and I downloaded the latest pharo and I could not open it with a mac 4.2 old old vm but I could with 5.7
let me know if this helps.
it won't because Hilaire want to save an image of new format (used by Cog VMs) to older pre-cog format. What i can say: SystemTracer is your friend! :) it probably doable , (not without some hassle) to trace current 1.4 image using system tracer and save it in old image format.
On Apr 4, 2012, at 8:22 PM, Hilaire Fernandes wrote:
Is there any way to get a 1.4 Pharo image saved with the interpreted VM binary format? I need that to produce a XO application, the stack VM is missing some part to work with Sugar launch system
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
-- Best regards, Igor Stasenko.
On Wed, Apr 04, 2012 at 11:41:52PM +0200, Igor Stasenko wrote:
On 4 April 2012 21:17, St??phane Ducasse <stephane.ducasse@inria.fr> wrote:
hilaire I checked and I downloaded the latest pharo and I could not open it with a mac 4.2 old old vm but I could with 5.7
let me know if this helps.
it won't because Hilaire want to save an image of new format (used by Cog VMs) to older pre-cog format. What i can say: SystemTracer is your friend! :) it probably doable , (not without some hassle) to trace current 1.4 image using system tracer and save it in old image format.
All that you need to do is open the image with an interpreter VM and save it. It will be saved in the format that can be used by an older VM (i.e. format 6504) and can of course still be opened with Cog. If you are building image with Jenkins, just add a post-processing step to re-save the final image using an interpreter VM. Dave
Thanks. it makes it. Hilaire Le 05/04/2012 04:19, David T. Lewis a écrit :
All that you need to do is open the image with an interpreter VM and save it. It will be saved in the format that can be used by an older VM (i.e. format 6504) and can of course still be opened with Cog.
If you are building image with Jenkins, just add a post-processing step to re-save the final image using an interpreter VM.
-- Dr. Geo -- http://www.drgeo.eu
participants (6)
-
David T. Lewis -
Esteban Lorenzano -
Guillermo Polito -
Hilaire Fernandes -
Igor Stasenko -
Stéphane Ducasse