Status: FixProposed
Owner: pavel.krivanek
New issue 4398 by pavel.krivanek: saveImageInNewContext
http://code.google.com/p/pharo/issues/detail?id=4398If the image is saved in a script, many objects like string with the script
content stay on the stack and may cause a lot of mess in the object memory.
The proposed method saveImageInNewContext saves the image in a new process
with some delay so the current process may be forgotten and all objects on
stack garbage-collected.
Used for the PharoKernel generation.
Attachments:
SmalltalkImage-saveImageInNewContext.st 1.4 KB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker