help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Language Shootout GNU Smalltalk


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Language Shootout GNU Smalltalk
Date: Mon, 19 Jul 2004 14:17:37 +0200
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

address@hidden smalltalk-2.1.8 # gst hello.st
"Scavenging... 17% reclaimed, done"
"Scavenging... 18% reclaimed, done"
"Scavenging... 29% reclaimed, done"
"Scavenging... 53% reclaimed, done"
"Global garbage collection... done"
hello world

You are generating a new image every time. You should do "gst -QI /path/to/imagefile.im filename". Or you can build your own image (loading TCP, Regex and other packages you are interested in) and point to it in the -I switch (compared to the way other languages work, that's not cheating as you're only doing a kind of "linking").

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]