CheapBlock.st
changeset 21417 8f5e79af0f27
parent 20786 1b45f3e7bde7
child 21920 56d37fc40d49
equal deleted inserted replaced
21416:6f5e8696df0c 21417:8f5e79af0f27
    55     chance of finding the source-position of the block.
    55     chance of finding the source-position of the block.
    56 
    56 
    57     [Instance variables:]
    57     [Instance variables:]
    58 
    58 
    59       selfValue   <Object>          copied self value
    59       selfValue   <Object>          copied self value
    60                                     (if its a copying block)
    60                                     (if it's a copying block)
    61 
    61 
    62       method      <Method>          method where block was created 
    62       method      <Method>          method where block was created 
    63 
    63 
    64     NOTICE: layout known by runtime system and compiler - do not change
    64     NOTICE: layout known by runtime system and compiler - do not change
    65 
    65