Re: [Pharo-users] Difference between VM and image

2020-08-17 Thread Pierce Ng
On Mon, Aug 17, 2020 at 11:45:46AM +0200, rob...@robkuz.com wrote: > I am trying to find out what the difference between an VM and an Image is > when using Pharo. An image is like a computer game that can save its state to disk. The VM is for running the game. With a fresh image, you start the gam

Re: [Pharo-users] Difference between VM and image

2020-08-17 Thread Stéphane Ducasse
Hello robert this is explained in Pharo by Example that you can find at http://books.pharo.org Image = snapshot of Pharo memory (contains object including class, method, stack…) VM = execution engine of image S. > On 17 Aug 2020, at 11:45, rob...@robkuz.com wrote:

[Pharo-users] Difference between VM and image

2020-08-17 Thread robert
Hi, I am trying to find out what the difference between an VM and an Image is when using Pharo. Can anybody give some hints (links to docs?) Thx Ciao robertj