micropython

Shortlog

(0) -300 -100 -60 +60 +100 +300 tip
2012-02-26 Paul Boddie Generalised the active value mechanism to support different registers.
2012-02-06 Paul Boddie Added getattr notes.
2012-01-27 Paul Boddie Added extra annotation phase suggestion.
2012-01-27 Paul Boddie Added conversion of attribute name collections to permit sorting and improved display.
2011-11-23 Paul Boddie Added interface reporting and a note about interface consolidation.
2011-11-17 Paul Boddie Added a native library which contains common routines.
2011-11-01 Paul Boddie Introduced attribute user finalisation to modules.
2011-10-31 Paul Boddie Preserved empty usage observations when lists of object sets are combined and
2011-10-31 Paul Boddie Switched the attribute usage empty set representation from a new ObjectSet
2011-10-24 Paul Boddie Updated copyright details; added comment.
2011-10-21 Paul Boddie Added caching of attribute-related table lookups, reducing memory consumption
2011-10-21 Paul Boddie Fixed the summary presentation of attributes providing constants.
2011-10-17 Paul Boddie Added various "to do" suggestions.
2011-09-28 Paul Boddie Ensured that the results are actually checked.
2011-09-12 Paul Boddie Filtered out unused classes from the descendants stored for each class in the
2011-09-10 Paul Boddie Fixed optimised attribute accesses involving constant instances.
2011-09-10 Paul Boddie Fixed vacuuming to avoid removing objects referenced by more than one name in a
2011-09-08 Paul Boddie Added some comments.
2011-09-05 Paul Boddie Added a restriction on the possible types involved where attributes are accessed
2011-09-05 Paul Boddie Attempt to recycle saved value operations (unallocated temporary storage access
2011-09-05 Paul Boddie Attempted to introduce optimisations to avoid temporary storage allocation and
2011-09-01 Paul Boddie Removed bool from the names always used, adding an explicit use of the name in
2011-08-30 Paul Boddie Added recording of __bool__ method usage during inspection instead of __bool__
2011-08-30 Paul Boddie Added a method to the machine to indicate the size of a program.
2011-08-29 Paul Boddie Replaced the instance attributes for the object and parameter lists with special
2011-08-29 Paul Boddie Moved the object and parameter lists into the machine's main memory.
2011-08-28 Paul Boddie Consolidated the dictionary combination code for merging ObjectSet instances
2011-08-28 Paul Boddie Changed the _attrnames annotation to use a dictionary at the top level.
2011-08-26 Paul Boddie Added notes on reference tracking and inlining.
2011-08-24 Paul Boddie Removed the result registers.
2011-08-24 Paul Boddie Fixed the return code when the -exit option is specified but where a test fails.
2011-08-22 Paul Boddie Updated the "to do" list. Moved some code around.
2011-08-21 Paul Boddie Attempted to add support for setting the target of instructions so that the
2011-08-21 Paul Boddie Renamed set_source to assign_value.
2011-08-21 Paul Boddie Changed the nature of RSVP instructions so that they have explicit working,
2011-08-07 Paul Boddie Updated the list, adding a report-related item.
2011-08-07 Paul Boddie Replaced Instance instantiation with usage of a function that obtains a common
2011-08-07 Paul Boddie Fixed method signature.
2011-07-16 Paul Boddie Removed the redundant node parameter from various methods.
2011-07-05 Paul Boddie Added notes about, and a test of, useful type deduction for loops and similar regions.
2011-07-05 Paul Boddie Supported known module attribute assignment in the coverage mechanism.
2011-07-05 Paul Boddie Simplified ObjectSet merging which seemed to be attempting to combine individual values.
2011-07-05 Paul Boddie Introduced Instance() in place of None as a result and for the value of the
2011-07-04 Paul Boddie Introduced keyboard interrupt handling.
2011-07-03 Paul Boddie Introduced constant usage tracking.
2011-07-03 Paul Boddie Fixed attribute access inspection to not associate built-in attributes with
2011-07-02 Paul Boddie Moved some code generation methods into a new Assembler class.
2011-06-26 Paul Boddie Moved the definition of accessor types into the function finalisation code,
2011-06-26 Paul Boddie Removed redundant attributes.
2011-06-26 Paul Boddie Changed the title of generated graphs.
2011-06-19 Paul Boddie Prevent the recording of attribute usage for names defined and referenced in a
2011-06-19 Paul Boddie Expose the builtins through a variable.
2011-06-14 Paul Boddie Fixed negation of operator method results in other operator methods.
2011-06-13 Paul Boddie Introduced a native functions module and a generic binary operator wrapper
2011-06-13 Paul Boddie Renamed LoadResult and StoreResult.
2011-06-12 Paul Boddie Changed the RSVP machine to have separate context and value registers for the
2011-06-12 Paul Boddie Removed redundant imports.
2011-06-08 Paul Boddie Added missing support for assignment to unknown objects, along with tests of
2011-06-06 Paul Boddie Added instantiator frame allocation and usage notes.
2011-06-03 Paul Boddie Added accessor- and constant-related notes.
(0) -300 -100 -60 +60 +100 +300 tip