|
|
[Isolates] Move more statics (part IV)
stub-cache*.cc, stub-cache.h, (serialize.cc)
-> key_reference/value_reference moved into StubCache
-> primary_/secondary_ became instance members of StubCache
spaces.cc/spaces.h
-> comments_statistics
string-stream.cc
-> debug_object_cache
-> current_security_token
regexp-macro-assembler.cc
-> canonicalize
* is word_character_map[] used as a constant?
scopes.cc
* note about Allocator (it might benefit from taking an isolate pointer)
Committed: http://code.google.com/p/v8/source/detail?r=4979
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+163 lines, -108 lines) |
Patch |
 |
M |
src/arm/stub-cache-arm.cc
|
View
|
1
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/ia32/stub-cache-ia32.cc
|
View
|
1
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
1
|
4 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler.cc
|
View
|
1
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/scopes.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/serialize.cc
|
View
|
1
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/spaces.cc
|
View
|
1
|
6 chunks |
+24 lines, -31 lines |
0 comments
|
Download
|
 |
M |
src/string-stream.cc
|
View
|
1
|
6 chunks |
+20 lines, -14 lines |
0 comments
|
Download
|
 |
M |
src/stub-cache.h
|
View
|
1
|
5 chunks |
+39 lines, -34 lines |
0 comments
|
Download
|
 |
M |
src/stub-cache.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/x64/stub-cache-x64.cc
|
View
|
1
|
5 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|