|
Created collector class and used it to collect identifiers during scanning.
The collector class automatically expands to hold the values added to it,
like a List, but doesn't ensure that the backing store is contiguous, which
allows it to avoid copying back and forth as the buffer grows.
This is in preparation for identifyng identical symbols during preparsing.
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+319 lines, -91 lines) |
Patch |
|
M |
src/conversions.h
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
src/conversions.cc
|
View
|
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/scanner.h
|
View
|
|
5 chunks |
+40 lines, -43 lines |
0 comments
|
Download
|
|
M |
src/scanner.cc
|
View
|
|
5 chunks |
+18 lines, -39 lines |
0 comments
|
Download
|
|
M |
src/utils.h
|
View
|
|
1 chunk |
+179 lines, -0 lines |
1 comment
|
Download
|
|
M |
test/cctest/test-utils.cc
|
View
|
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|