micropython

Change of docs/optimisations.txt

155:4ca9aa7a4cc3
docs/optimisations.txt
     1.1 --- a/docs/optimisations.txt	Sun Sep 28 03:30:03 2008 +0200
     1.2 +++ b/docs/optimisations.txt	Sun Sep 28 19:59:32 2008 +0200
     1.3 @@ -6,11 +6,17 @@
     1.4                                  remove both instructions (currently a single
     1.5                                  merged instruction)
     1.6  
     1.7 +constant_accessor               value instruction references a constant;
     1.8 +(guidance)                      target name provided (for use in producing an
     1.9 +                                address access instruction)
    1.10 +
    1.11  known_target                    value instruction references a constant;
    1.12 -(guidance)                      target and context are provided (no instructions removed)
    1.13 +(guidance)                      target and context are provided (no instructions
    1.14 +                                removed)
    1.15  
    1.16  self_access                     value instruction references "self" in a method;
    1.17 -(guidance)                      specified attribute name always has the same position;
    1.18 +(guidance)                      specified attribute name always has the same
    1.19 +                                position;
    1.20                                  appropriate instruction generated
    1.21  
    1.22  temp_storage                    value instruction is a simple input operation;