Issue 4398 in pharo: saveImageInNewContext

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4398 in pharo: saveImageInNewContext

pharo
Status: FixProposed
Owner: pavel.krivanek

New issue 4398 by pavel.krivanek: saveImageInNewContext
http://code.google.com/p/pharo/issues/detail?id=4398

If 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4398 in pharo: saveImageInNewContext

pharo
Updates:
        Status: Closed
        Labels: Milestone-1.3

Comment #1 on issue 4398 by [hidden email]: saveImageInNewContext
http://code.google.com/p/pharo/issues/detail?id=4398

in 13263


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker