New edition of ORO Memory Management document

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

New edition of ORO Memory Management document

Post by Lutz »

The document about ORO Memory Management has been reworked to incorporate optimizations introduced in version 10.0 of newLISP due in the last quarter of 2008.

See here: http://www.newlisp.org/MemoryManagement.html

ps: the current 9.9.x development versions are precursors to 10.0

m35
Posts: 171
Joined: Wed Feb 14, 2007 12:54 pm

Post by m35 »

Very nice Lutz. Memory management theories and approaches are topics relevant to my interests.

Quick typo noticed
"Nevertheless, to achieve maximum performance, newLISP has optimized the behavior or many built-in functions by allowing for reference return and allowing other destructive built-in function to work directly on referenced memory."

Locked