[D-runtime] [D-Programming-Language/druntime] 3d73a8: add Visual D parser benchmark
GitHub via D-runtime
d-runtime at puremagic.com
Fri Feb 13 15:01:35 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 3d73a8dbd1caeb1d583dafe9efaf15b3169eb9bd
https://github.com/D-Programming-Language/druntime/commit/3d73a8dbd1caeb1d583dafe9efaf15b3169eb9bd
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-02-12 (Thu, 12 Feb 2015)
Changed paths:
A benchmark/gcbench/vdparser.d
A benchmark/gcbench/vdparser.extra/stdext/array.d
A benchmark/gcbench/vdparser.extra/stdext/path.d
A benchmark/gcbench/vdparser.extra/stdext/string.d
A benchmark/gcbench/vdparser.extra/stdext/util.d
A benchmark/gcbench/vdparser.extra/vdc/ast/aggr.d
A benchmark/gcbench/vdparser.extra/vdc/ast/all.d
A benchmark/gcbench/vdparser.extra/vdc/ast/decl.d
A benchmark/gcbench/vdparser.extra/vdc/ast/expr.d
A benchmark/gcbench/vdparser.extra/vdc/ast/iasm.d
A benchmark/gcbench/vdparser.extra/vdc/ast/misc.d
A benchmark/gcbench/vdparser.extra/vdc/ast/mod.d
A benchmark/gcbench/vdparser.extra/vdc/ast/node.d
A benchmark/gcbench/vdparser.extra/vdc/ast/stmt.d
A benchmark/gcbench/vdparser.extra/vdc/ast/tmpl.d
A benchmark/gcbench/vdparser.extra/vdc/ast/type.d
A benchmark/gcbench/vdparser.extra/vdc/ast/writer.d
A benchmark/gcbench/vdparser.extra/vdc/interpret.d
A benchmark/gcbench/vdparser.extra/vdc/lexer.d
A benchmark/gcbench/vdparser.extra/vdc/logger.d
A benchmark/gcbench/vdparser.extra/vdc/parser/aggr.d
A benchmark/gcbench/vdparser.extra/vdc/parser/decl.d
A benchmark/gcbench/vdparser.extra/vdc/parser/engine.d
A benchmark/gcbench/vdparser.extra/vdc/parser/expr.d
A benchmark/gcbench/vdparser.extra/vdc/parser/iasm.d
A benchmark/gcbench/vdparser.extra/vdc/parser/misc.d
A benchmark/gcbench/vdparser.extra/vdc/parser/mod.d
A benchmark/gcbench/vdparser.extra/vdc/parser/stmt.d
A benchmark/gcbench/vdparser.extra/vdc/parser/tmpl.d
A benchmark/gcbench/vdparser.extra/vdc/semantic.d
A benchmark/gcbench/vdparser.extra/vdc/util.d
A benchmark/gcbench/vdparser.extra/vdc/versions.d
Log Message:
-----------
add Visual D parser benchmark
Commit: 6db5a351e6f462ebe618ba9d7c587599fd67280a
https://github.com/D-Programming-Language/druntime/commit/6db5a351e6f462ebe618ba9d7c587599fd67280a
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M benchmark/gcbench/vdparser.extra/stdext/array.d
M benchmark/gcbench/vdparser.extra/stdext/path.d
M benchmark/gcbench/vdparser.extra/stdext/string.d
M benchmark/gcbench/vdparser.extra/stdext/util.d
M benchmark/gcbench/vdparser.extra/vdc/ast/aggr.d
M benchmark/gcbench/vdparser.extra/vdc/ast/all.d
M benchmark/gcbench/vdparser.extra/vdc/ast/decl.d
M benchmark/gcbench/vdparser.extra/vdc/ast/expr.d
M benchmark/gcbench/vdparser.extra/vdc/ast/iasm.d
M benchmark/gcbench/vdparser.extra/vdc/ast/misc.d
M benchmark/gcbench/vdparser.extra/vdc/ast/mod.d
M benchmark/gcbench/vdparser.extra/vdc/ast/node.d
M benchmark/gcbench/vdparser.extra/vdc/ast/stmt.d
M benchmark/gcbench/vdparser.extra/vdc/ast/tmpl.d
M benchmark/gcbench/vdparser.extra/vdc/ast/type.d
M benchmark/gcbench/vdparser.extra/vdc/ast/writer.d
M benchmark/gcbench/vdparser.extra/vdc/interpret.d
M benchmark/gcbench/vdparser.extra/vdc/lexer.d
M benchmark/gcbench/vdparser.extra/vdc/logger.d
M benchmark/gcbench/vdparser.extra/vdc/parser/aggr.d
M benchmark/gcbench/vdparser.extra/vdc/parser/decl.d
M benchmark/gcbench/vdparser.extra/vdc/parser/engine.d
M benchmark/gcbench/vdparser.extra/vdc/parser/expr.d
M benchmark/gcbench/vdparser.extra/vdc/parser/iasm.d
M benchmark/gcbench/vdparser.extra/vdc/parser/misc.d
M benchmark/gcbench/vdparser.extra/vdc/parser/mod.d
M benchmark/gcbench/vdparser.extra/vdc/parser/stmt.d
M benchmark/gcbench/vdparser.extra/vdc/parser/tmpl.d
M benchmark/gcbench/vdparser.extra/vdc/semantic.d
M benchmark/gcbench/vdparser.extra/vdc/util.d
M benchmark/gcbench/vdparser.extra/vdc/versions.d
Log Message:
-----------
detab, delete-trailing-whitespace, dos2unix
Commit: c2cde3b25f397e96aa2baccf2f1d33a22747d0d4
https://github.com/D-Programming-Language/druntime/commit/c2cde3b25f397e96aa2baccf2f1d33a22747d0d4
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M benchmark/gcbench/vdparser.extra/vdc/logger.d
Log Message:
-----------
missing import of core.vararg
Commit: 7a0e1c8b9ebb0de2aae6d7d1f3ed4468ca47710c
https://github.com/D-Programming-Language/druntime/commit/7a0e1c8b9ebb0de2aae6d7d1f3ed4468ca47710c
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M benchmark/gcbench/vdparser.d
Log Message:
-----------
parse own sources instead of std.datetime
Commit: 84a457608a52a0d2e6aaa403af9b0e560922893f
https://github.com/D-Programming-Language/druntime/commit/84a457608a52a0d2e6aaa403af9b0e560922893f
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M benchmark/gcbench/vdparser.extra/vdc/interpret.d
Log Message:
-----------
fix parser error
Commit: b9343e9f9fcef543411774fc4220580d21c2c5f0
https://github.com/D-Programming-Language/druntime/commit/b9343e9f9fcef543411774fc4220580d21c2c5f0
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M benchmark/gcbench/vdparser.d
M benchmark/gcbench/vdparser.extra/stdext/array.d
M benchmark/gcbench/vdparser.extra/stdext/path.d
M benchmark/gcbench/vdparser.extra/stdext/string.d
M benchmark/gcbench/vdparser.extra/stdext/util.d
M benchmark/gcbench/vdparser.extra/vdc/ast/aggr.d
M benchmark/gcbench/vdparser.extra/vdc/ast/all.d
M benchmark/gcbench/vdparser.extra/vdc/ast/decl.d
M benchmark/gcbench/vdparser.extra/vdc/ast/expr.d
M benchmark/gcbench/vdparser.extra/vdc/ast/iasm.d
M benchmark/gcbench/vdparser.extra/vdc/ast/misc.d
M benchmark/gcbench/vdparser.extra/vdc/ast/mod.d
M benchmark/gcbench/vdparser.extra/vdc/ast/node.d
M benchmark/gcbench/vdparser.extra/vdc/ast/stmt.d
M benchmark/gcbench/vdparser.extra/vdc/ast/tmpl.d
M benchmark/gcbench/vdparser.extra/vdc/ast/type.d
M benchmark/gcbench/vdparser.extra/vdc/ast/writer.d
M benchmark/gcbench/vdparser.extra/vdc/interpret.d
M benchmark/gcbench/vdparser.extra/vdc/lexer.d
M benchmark/gcbench/vdparser.extra/vdc/logger.d
M benchmark/gcbench/vdparser.extra/vdc/parser/aggr.d
M benchmark/gcbench/vdparser.extra/vdc/parser/decl.d
M benchmark/gcbench/vdparser.extra/vdc/parser/engine.d
M benchmark/gcbench/vdparser.extra/vdc/parser/expr.d
M benchmark/gcbench/vdparser.extra/vdc/parser/iasm.d
M benchmark/gcbench/vdparser.extra/vdc/parser/misc.d
M benchmark/gcbench/vdparser.extra/vdc/parser/mod.d
M benchmark/gcbench/vdparser.extra/vdc/parser/stmt.d
M benchmark/gcbench/vdparser.extra/vdc/parser/tmpl.d
M benchmark/gcbench/vdparser.extra/vdc/semantic.d
M benchmark/gcbench/vdparser.extra/vdc/util.d
M benchmark/gcbench/vdparser.extra/vdc/versions.d
Log Message:
-----------
Merge pull request #3 from MartinNowak/bench_vdparser
Bench vdparser
Commit: d19f3d0180cf364da6256fabd6a46ebedea5b825
https://github.com/D-Programming-Language/druntime/commit/d19f3d0180cf364da6256fabd6a46ebedea5b825
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-02-13 (Fri, 13 Feb 2015)
Changed paths:
M benchmark/gcbench/vdparser.d
Log Message:
-----------
increase iteration count
Commit: 4a2810c5bc564cf36d036e7d941adf18db5e5316
https://github.com/D-Programming-Language/druntime/commit/4a2810c5bc564cf36d036e7d941adf18db5e5316
Author: Martin Nowak <code at dawg.eu>
Date: 2015-02-14 (Sat, 14 Feb 2015)
Changed paths:
A benchmark/gcbench/vdparser.d
A benchmark/gcbench/vdparser.extra/stdext/array.d
A benchmark/gcbench/vdparser.extra/stdext/path.d
A benchmark/gcbench/vdparser.extra/stdext/string.d
A benchmark/gcbench/vdparser.extra/stdext/util.d
A benchmark/gcbench/vdparser.extra/vdc/ast/aggr.d
A benchmark/gcbench/vdparser.extra/vdc/ast/all.d
A benchmark/gcbench/vdparser.extra/vdc/ast/decl.d
A benchmark/gcbench/vdparser.extra/vdc/ast/expr.d
A benchmark/gcbench/vdparser.extra/vdc/ast/iasm.d
A benchmark/gcbench/vdparser.extra/vdc/ast/misc.d
A benchmark/gcbench/vdparser.extra/vdc/ast/mod.d
A benchmark/gcbench/vdparser.extra/vdc/ast/node.d
A benchmark/gcbench/vdparser.extra/vdc/ast/stmt.d
A benchmark/gcbench/vdparser.extra/vdc/ast/tmpl.d
A benchmark/gcbench/vdparser.extra/vdc/ast/type.d
A benchmark/gcbench/vdparser.extra/vdc/ast/writer.d
A benchmark/gcbench/vdparser.extra/vdc/interpret.d
A benchmark/gcbench/vdparser.extra/vdc/lexer.d
A benchmark/gcbench/vdparser.extra/vdc/logger.d
A benchmark/gcbench/vdparser.extra/vdc/parser/aggr.d
A benchmark/gcbench/vdparser.extra/vdc/parser/decl.d
A benchmark/gcbench/vdparser.extra/vdc/parser/engine.d
A benchmark/gcbench/vdparser.extra/vdc/parser/expr.d
A benchmark/gcbench/vdparser.extra/vdc/parser/iasm.d
A benchmark/gcbench/vdparser.extra/vdc/parser/misc.d
A benchmark/gcbench/vdparser.extra/vdc/parser/mod.d
A benchmark/gcbench/vdparser.extra/vdc/parser/stmt.d
A benchmark/gcbench/vdparser.extra/vdc/parser/tmpl.d
A benchmark/gcbench/vdparser.extra/vdc/semantic.d
A benchmark/gcbench/vdparser.extra/vdc/util.d
A benchmark/gcbench/vdparser.extra/vdc/versions.d
Log Message:
-----------
Merge pull request #1169 from rainers/bench_vdparser
add Visual D parser benchmark
Compare: https://github.com/D-Programming-Language/druntime/compare/ec479a775249...4a2810c5bc56
More information about the D-runtime
mailing list