compiler/PPCInlinePluggableNode.st
changeset 421 7e08b31e0dae
parent 415 f30eb7ea54cd
child 422 116d2b2af905
equal deleted inserted replaced
420:b2f2f15cef26 421:7e08b31e0dae
    12 asInlined
    12 asInlined
    13 	^ self
    13 	^ self
    14 !
    14 !
    15 
    15 
    16 compileWith: compiler effect: effect id: id
    16 compileWith: compiler effect: effect id: id
    17         compiler startInline: id.
    17 	compiler startInline: id.
    18         compiler add: block asString, ' value: context.'.
    18 	compiler add: block asString, ' value: context.'.
    19         ^ compiler stopInline.
    19  ^ compiler stopInline.
    20 
       
    21     "Modified (format): / 06-11-2014 / 01:13:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    22 ! !
    20 ! !
    23 
    21