micropython

Shortlog

(0) -300 -100 -60 +60 +100 +300 tip
2012-05-01 Paul Boddie Introduced more concise string representations of data objects.
2012-04-24 Paul Boddie Switched from lists to sets for holding object set values.
2012-03-27 Paul Boddie Reverted the object table index acquisition change for accessor strings.
2012-03-26 Paul Boddie Fixed object table index acquisition when populating object headers, prefixing
2012-03-11 Paul Boddie Introduced a separate _attrspecifictypes annotation for specific types deduced
2012-03-05 Paul Boddie Attempted to add region-specific type and usage observations.
2012-02-29 Paul Boddie Added type information in _attrtypes to "contributor" nodes (found using
2012-02-27 Paul Boddie Changed the combination of object set lists to discard empty lists. This should
2012-02-27 Paul Boddie Fixed the truth value for None.
2012-02-27 Paul Boddie Added general attribute usage recording for attribute assignments on self, even
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.
(0) -300 -100 -60 +60 +100 +300 tip