compiler/benchmarks/PPCBenchmark.st
changeset 422 116d2b2af905
parent 421 7e08b31e0dae
child 433 6fcdf4d2c32c
equal deleted inserted replaced
421:7e08b31e0dae 422:116d2b2af905
     1 "{ Package: 'stx:goodies/petitparser/compiler/benchmarks' }"
     1 "{ Package: 'stx:goodies/petitparser/compiler/benchmarks' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 Object subclass:#PPCBenchmark
     5 Object subclass:#PPCBenchmark
     4 	instanceVariableNames:'sources report contextClass compile parser context input'
     6 	instanceVariableNames:'sources report contextClass compile parser context input'
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''