|
Make HashMap a template class to specify the allocation policy.
The old HashMap class had an explicit member to determine the allocation
policy. The template version matches the approach used already for
lists.
Cleanup some include dependencies and unnecessary forward declarations.
Cleanup some dead code from isolate.h and replace some HEAP macros
with GetHeap().
Committed: https://code.google.com/p/v8/source/detail?r=10806
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+220 lines, -311 lines) |
Patch |
|
M |
src/SConscript
|
View
|
|
3 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compilation-cache.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/hashmap.h
|
View
|
|
4 chunks |
+197 lines, -20 lines |
0 comments
|
Download
|
|
D |
src/hashmap.cc
|
View
|
|
1 chunk |
+0 lines, -224 lines |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
|
3 chunks |
+1 line, -18 lines |
1 comment
|
Download
|
|
M |
src/log.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/preparser.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/scopes.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/scopes.cc
|
View
|
|
4 chunks |
+3 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/zone.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|