|
|
During GC, the StaticVisitor is massively used, adding a Heap* parameter makes it possible to remove Isolate::Current() lookup in some very hot and cheap operations (like marking), giving measurable result.
Committed: http://code.google.com/p/v8/source/detail?r=5516
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+107 lines, -65 lines) |
Patch |
 |
M |
src/arm/assembler-arm-inl.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/assembler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/globals.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/ia32/assembler-ia32-inl.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/mark-compact.cc
|
View
|
1
|
18 chunks |
+56 lines, -36 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
2
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
src/objects-visiting.h
|
View
|
1
|
7 chunks |
+20 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/x64/assembler-x64-inl.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-spaces.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|