Hi all, Instead of using the first command line parameter as the image name (if it is specified), Factor in darcs has been changed to respect an - i= switch.
./f foo.factor -- load factor.image and run foo.factor ./f boot.image.ppc -- load factor.image and try to run boot.image.ppc as source - not what you want ./ -i=boot.image.ppc -- load boot.image.ppc More significantly, the data heap now grows automatically to satisfy allocation requests, if GC does not free up enough memory. This means Factor will only die when you run out of virtual address space. Slava ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
