2008-07-19 |
Paul Boddie |
file
changeset
files
shortlog
|
Made methods to handle assignment expression values.
Changed constant storage optimisations to consider sources.
Introduced distinctions between some storage operations which use the current
value (StoreTemp, StoreFrame, StoreResult) and others which use a source defined
in a full assignment operation.
Made class attribute assignment via self forbidden (removing
StoreAddressContext).
Added an unused results optimisation.
Fixed attribute_load_instructions references.
Improved instruction string representations to show source details where no
inputs are defined.
Made a failure version of the attributes test. |
|