compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 462 89464ab03518
child 464 f6d77fee9811
equal deleted inserted replaced
452:9f4558b3be66 459:4751c407bb40
    14 
    14 
    15 monticelloLastMergedVersionInfo
    15 monticelloLastMergedVersionInfo
    16     "The last merged version is: "
    16     "The last merged version is: "
    17 
    17 
    18     ^ '
    18     ^ '
    19     Name: PetitCompiler-Benchmarks-JanKurs.2
    19     Name: PetitCompiler-Benchmarks-JanKurs.20150510144201
    20     Author: JanKurs
    20     Author: JanKurs
    21     Time: 17-11-2014, 05:51:07.887 PM
    21     Time: 10-05-2015, 05:04:54.561 PM
    22     UUID: d5e3a980-7871-487a-a232-e3ca93fc2483            
    22     UUID: d8e764fd-016b-46e2-9fc1-17c38c18f0e5    
    23     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    23     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    24     '
    24     '
    25 
    25 
    26     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    26     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    27     "Modified: / 24-11-2014 / 00:09:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    27     "Modified: / 12-05-2015 / 01:19:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    28 !
    28 !
    29 
    29 
    30 monticelloName
    30 monticelloName
    31     "Return name of the package for Monticello. This is used when package is exported"
    31     "Return name of the package for Monticello. This is used when package is exported"
    32 
    32 
    71      by searching all classes (and their packages) which are referenced by my classes."
    71      by searching all classes (and their packages) which are referenced by my classes."
    72 
    72 
    73     ^ #(
    73     ^ #(
    74         #'stx:goodies/petitparser'    "PPContext - referenced by PPCBenchmark>>benchmarkSmalltalkParser"
    74         #'stx:goodies/petitparser'    "PPContext - referenced by PPCBenchmark>>benchmarkSmalltalkParser"
    75         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCBenchmark>>benchmarkSmalltalkParserCompiled"
    75         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCBenchmark>>benchmarkSmalltalkParserCompiled"
       
    76         #'stx:goodies/petitparser/compiler/tests'    "PPExpressionGrammar - referenced by PPCBenchmark>>setupExpressionGrammar"
       
    77         #'stx:goodies/petitparser/compiler/tests/extras'    "PPCResources - referenced by PPCBenchmark>>initialize"
    76         #'stx:goodies/petitparser/parsers/java'    "PPJavaSyntax - referenced by PPCBenchmark>>benchmarkJavaSyntax"
    78         #'stx:goodies/petitparser/parsers/java'    "PPJavaSyntax - referenced by PPCBenchmark>>benchmarkJavaSyntax"
    77         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCBenchmark>>setupSmalltalkGrammar"
    79         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCBenchmark>>setupSmalltalkGrammar"
    78         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by PPCBenchmark>>benchmarkRBParserC"
    80         #'stx:goodies/refactoryBrowser/parser'    "RBParser - referenced by PPCBenchmark>>benchmarkRBParserC"
    79     )
    81     )
    80 !
    82 !