|
Fix SmiCompare on 64 bit to distinguish between comparisons where
we know that both sides are Smi and those where we don't. Fix inlined
symbol table probes to cope with strings, undefined and null (indicating
a deleted entry). Some changes to other architectures that were found
with the new asserts.
Committed: http://code.google.com/p/v8/source/detail?r=7172
Total comments: 22
Total comments: 29
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+255 lines, -190 lines) |
Patch |
|
M |
src/arm/code-stubs-arm.cc
|
View
|
1
2
|
4 chunks |
+17 lines, -10 lines |
4 comments
|
Download
|
|
M |
src/arm/codegen-arm.cc
|
View
|
1
2
|
4 chunks |
+9 lines, -9 lines |
4 comments
|
Download
|
|
M |
src/arm/full-codegen-arm.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/code-stubs-ia32.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
2 comments
|
Download
|
|
M |
src/x64/assembler-x64.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
2 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
1
|
7 chunks |
+23 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
1
|
15 chunks |
+26 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
1
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.cc
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.h
|
View
|
1
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
1
|
7 chunks |
+47 lines, -7 lines |
14 comments
|
Download
|
|
M |
test/cctest/test-macro-assembler-x64.cc
|
View
|
1
|
53 chunks |
+100 lines, -98 lines |
3 comments
|
Download
|
Total messages: 8 (0 generated)
|