[Subversion] / BytecodeAssembler / README.txt  

Diff of /BytecodeAssembler/README.txt

Parent Directory | Revision Log

version 2571, Mon Aug 4 21:47:49 2008 UTC version 2573, Mon Aug 4 22:17:03 2008 UTC
Line 2206 
Line 2206 
   
     >>> dis(f)      >>> dis(f)
       0           0 LOAD_CLOSURE             0 (a)        0           0 LOAD_CLOSURE             0 (a)
                   3 BUILD_TUPLE              1                    ... LOAD_CONST               1 (<... <lambda> ..., file "<string>", line -1>)
                   6 LOAD_CONST               1 (<... <lambda> ..., file "<string>", line -1>)                    ... MAKE_CLOSURE             0
                   9 MAKE_CLOSURE             0                    ... RETURN_VALUE
                  12 RETURN_VALUE  
   
     >>> dis(f())      >>> dis(f())
       0           0 LOAD_DEREF               0 (a)        0           0 LOAD_DEREF               0 (a)


Generate output suitable for use with a patch program
Legend:
Removed from v.2571  
changed lines
  Added in v.2573

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help