2009-06-01 |
Paul Boddie |
raw
annotate
files
changeset
graph
|
Fixed StoreCallable using a new DataObject method which replaces the address of
the callable.
Made a cmd module to handle common compilation and processing activities.
Renamed MakeObject to MakeInstance.
Changed FillDefaults to use the current value as a reference to the container
holding the defaults.
Removed the extra temporary storage slot previously used when adjusting frames.
Changed lambda functions to use a context parameter, changing the image to not
reserve space for defaults immediately after the header of such functions.
Added notes about the issues with positioning keyword arguments.
Expanded and improved the tests. |
|