[pure-lang-svn] SF.net SVN: pure-lang: [105] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-05-22 07:14:40
|
Revision: 105 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=105&view=rev Author: agraef Date: 2008-05-22 00:14:45 -0700 (Thu, 22 May 2008) Log Message: ----------- Updated ChangeLog. Modified Paths: -------------- pure/trunk/ChangeLog Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-05-22 07:10:33 UTC (rev 104) +++ pure/trunk/ChangeLog 2008-05-22 07:14:45 UTC (rev 105) @@ -1,9 +1,9 @@ -2008-05-21 Albert Graef <Dr....@t-...> +2008-05-22 Albert Graef <Dr....@t-...> * interpreter.cc, runtime.cc: Major overhaul of expression memory handling. Fixed the shadow stack and memory debugging code. Both function arguments and environment are now visible on the shadow - stack, and most remaining memory leaks have been fixed. Note that, + stack, and all remaining memory leaks have been fixed. Note that, compared to previous revisions, the shadow stack slows down the interpreter a little bit and it also needs some additional memory. OTOH, it also provides additional data that will be needed in the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |