compiler/tests/PPCOptimizeChoicesTest.st
changeset 534 a949c4fe44df
parent 529 439c4057517f
child 535 a8feb0f47574
equal deleted inserted replaced
533:666372dbe307 534:a949c4fe44df
    23     
    23     
    24     options := PPCCompilationOptions default
    24     options := PPCCompilationOptions default
    25         profile: true.
    25         profile: true.
    26                 
    26                 
    27     configuration := PPCPluggableConfiguration on: [ :_self | 
    27     configuration := PPCPluggableConfiguration on: [ :_self | 
    28         _self toPPCIr.
    28         _self runPass: PPCCacheFirstFollowPass.
    29         _self cacheFirstFollow.
       
    30     ].
    29     ].
    31     configuration options: options.
    30     configuration options: options.
    32 
    31 
    33     "Modified: / 24-08-2015 / 23:40:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    32     "Modified: / 29-08-2015 / 07:30:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    34 !
    33 !
    35 
    34 
    36 testHasCommonPrefix
    35 testHasCommonPrefix
    37     | foo bar |
    36     | foo bar |
    38     foo := 'foo' asParser name: 'foo'; yourself.
    37     foo := 'foo' asParser name: 'foo'; yourself.