|
Progress towards making Zones independent of Isolates and Threads.
This CL changes some parts of the code to explicitly pass around a
Zone. Not passing in a zone is okay too (in fact most of v8 still
doesn't), but that may incur a TLS lookup.
BUG=
TEST=
Committed: https://code.google.com/p/v8/source/detail?r=11709
Total comments: 1
Total comments: 13
Total comments: 12
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+479 lines, -305 lines) |
Patch |
|
M |
src/allocation.h
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/allocation-inl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-arm.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/arm/lithium-arm.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.h
|
View
|
1
2
3
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ast.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/deoptimizer.h
|
View
|
1
2
3
4
|
4 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/deoptimizer.cc
|
View
|
|
3 chunks |
+28 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/full-codegen.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/hashmap.h
|
View
|
1
2
3
4
5
|
12 chunks |
+51 lines, -36 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.h
|
View
|
1
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-ia32.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/lithium-ia32.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/jsregexp.h
|
View
|
1
2
|
18 chunks |
+42 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/jsregexp.cc
|
View
|
1
2
3
4
5
|
29 chunks |
+52 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/list.h
|
View
|
1
2
3
|
5 chunks |
+38 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/list-inl.h
|
View
|
|
6 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/lithium.h
|
View
|
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/parser.h
|
View
|
1
2
3
4
|
5 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
1
2
|
18 chunks |
+30 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
12 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/safepoint-table.h
|
View
|
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/splay-tree.h
|
View
|
1
2
3
|
4 chunks |
+15 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/splay-tree-inl.h
|
View
|
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/string-stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/v8.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.h
|
View
|
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-x64.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/x64/lithium-x64.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/zone.h
|
View
|
1
2
3
4
5
|
3 chunks |
+49 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/zone-inl.h
|
View
|
1
2
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-list.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-parsing.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-regexp.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|