|
|
Split an allocation policy into an allocator and a deallocator.
This refactoring will make way for passing around a Zone directly into
methods that allocate from Zones. Besides saving a TLS access in some
cases, we will later be able to decouple Zones from Isolates
completely -- a first step towards running parts of the crankshaft
pipeline concurrently without locking out the Isolate.
BUG=
TEST=
Total comments: 15
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -135 lines) |
Patch |
 |
M |
src/allocation.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/allocation-inl.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/full-codegen.h
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/hashmap.h
|
View
|
1
2
3
|
13 chunks |
+43 lines, -36 lines |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/list.h
|
View
|
1
2
3
|
5 chunks |
+36 lines, -18 lines |
0 comments
|
Download
|
 |
M |
src/list-inl.h
|
View
|
1
2
3
|
6 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
src/splay-tree.h
|
View
|
1
2
3
|
4 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/splay-tree-inl.h
|
View
|
1
2
3
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/string-stream.cc
|
View
|
1
2
3
|
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/v8globals.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/zone.h
|
View
|
1
2
3
|
3 chunks |
+16 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/zone-inl.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-list.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|