compiler/PPCInlinePluggableNode.st
changeset 415 f30eb7ea54cd
parent 392 9b297f0d949c
child 421 7e08b31e0dae
equal deleted inserted replaced
414:0eaf09920532 415:f30eb7ea54cd
    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>"
    20 ! !
    22 ! !
    21 
    23