|
Optimized scanner to avoid virtual calls for every character read.
Committed as revision 5935
Total comments: 40
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+889 lines, -338 lines) |
Patch |
|
M |
src/api.cc
|
View
|
1
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/checks.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
src/parser.h
|
View
|
|
6 chunks |
+24 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
1
|
24 chunks |
+77 lines, -42 lines |
0 comments
|
Download
|
|
M |
src/preparser.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/preparser-api.cc
|
View
|
1
|
1 chunk |
+54 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/scanner.h
|
View
|
1
|
5 chunks |
+84 lines, -117 lines |
0 comments
|
Download
|
|
M |
src/scanner.cc
|
View
|
1
|
3 chunks |
+254 lines, -113 lines |
0 comments
|
Download
|
|
M |
src/scanner-base.h
|
View
|
1
|
3 chunks |
+62 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/scanner-base.cc
|
View
|
1
|
4 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-parsing.cc
|
View
|
|
5 chunks |
+294 lines, -9 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|