[pure-lang-svn] SF.net SVN: pure-lang: [86] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-05-14 20:13:07
|
Revision: 86
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=86&view=rev
Author: agraef
Date: 2008-05-14 13:13:10 -0700 (Wed, 14 May 2008)
Log Message:
-----------
Update ChangeLog.
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-05-14 20:04:47 UTC (rev 85)
+++ pure/trunk/ChangeLog 2008-05-14 20:13:10 UTC (rev 86)
@@ -1,3 +1,19 @@
+2008-05-14 Albert Graef <Dr....@t-...>
+
+ * funcall.h: Reduce maximum number of function parameters to
+ 64. This seems to be large enough for most purposes, and speeds up
+ compilation with -Ox by a factor of around 10.
+
+ * Makefile: Overhaul of build options. In particular, the
+ 'default' build now includes basic optimization (-O) which makes
+ the interpreter almost as fast as with the 'release' build, and
+ produces a working interpreter also on 64 bit systems. (The
+ 'debug' build is still broken there, but see the SYSTEM NOTES
+ section in the INSTALL file for a workaround.)
+
+ * interpreter.cc, runtime.cc: 64 bit compatibility fixes in bigint
+ handling.
+
2008-05-12 Albert Graef <Dr....@t-...>
* interpreter.cc: Fix a severe bug in the environment handling
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|