|
|
Use page header information to test for InNewSpace.
Use page lookup to test for InNewSpace-ness in assembler macro (IA32 only).
Add function InNewSpacePage to test any address for being in
new space. Use where it's known that the address is in a paged
space.
Retains the old InNewSpace for the cases where the address might
not be in a paged space.
Change InNewSpace(Object*) to use page header.
Committed: http://code.google.com/p/v8/source/detail?r=7950
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+83 lines, -65 lines) |
Patch |
 |
M |
src/heap.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap-inl.h
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/ia32/code-stubs-ia32.cc
|
View
|
1
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/ia32/full-codegen-ia32.cc
|
View
|
1
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/ia32/macro-assembler-ia32.h
|
View
|
1
|
2 chunks |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
src/ia32/macro-assembler-ia32-inl.h
|
View
|
1
|
2 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
1
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
|
src/runtime.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
1
|
3 chunks |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/spaces.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/store-buffer.cc
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/top.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|