|
Encapsulating Type information in the CompareICStub
Encapsulate type information in a convenient wrapper instead of storing it in a naked bitfield. This especially facilitates transitioning to a new state and converting from/to the extraICState representation. Additionally cleaning up ToBooleanICStub::Types for consistency.
BUG=
R=svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=14704
Total comments: 12
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+286 lines, -152 lines) |
Patch |
|
M |
src/code-stubs.h
|
View
|
1
2
|
4 chunks |
+90 lines, -64 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.cc
|
View
|
1
2
|
2 chunks |
+47 lines, -35 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
1
|
2 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/ic.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
1
|
2 chunks |
+15 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/string-stream.h
|
View
|
1
2
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/type-info.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/utils.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/test-compare-nil-ic-stub.cc
|
View
|
1
2
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|