[pure-lang-svn] SF.net SVN: pure-lang: [87] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-05-14 20:36:24
|
Revision: 87 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=87&view=rev Author: agraef Date: 2008-05-14 13:36:31 -0700 (Wed, 14 May 2008) Log Message: ----------- Comment changes. Modified Paths: -------------- pure/trunk/INSTALL pure/trunk/Makefile Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-05-14 20:13:10 UTC (rev 86) +++ pure/trunk/INSTALL 2008-05-14 20:36:31 UTC (rev 87) @@ -184,9 +184,9 @@ This disables all runtime checks and debugging information in the interpreter and also uses a higher level of optimization. The 'release' build will usually give you faster execution times, but the differences aren't really that big -anymore (5% compared to the default flags on my Linux system running gcc 4.1, -YMMV), so you are encouraged to use the 'default' build unless performance is -really critical. +anymore (5-10% compared to the default flags on my Linux system running gcc +4.1, YMMV), so you are encouraged to use the 'default' build unless +performance is really critical. You can also do a 'debug' build as follows: Modified: pure/trunk/Makefile =================================================================== --- pure/trunk/Makefile 2008-05-14 20:13:10 UTC (rev 86) +++ pure/trunk/Makefile 2008-05-14 20:36:31 UTC (rev 87) @@ -48,8 +48,8 @@ # The 'release' build disables all runtime checks and debugging information # and compiles with additional optimizations which makes programs go a little -# faster (some 5% on a single-cpu AMD system running Linux and gcc 4.1, YMMV); -# use this if performance is critical. +# faster (some 5-10% on a single-cpu AMD system running Linux and gcc 4.1, +# YMMV); use this if performance is critical. # The 'debug' build is like 'default' but without any optimizations; it builds # faster than 'default', but runs *much* slower, and isn't recommended for This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |