|
Avoid a call to the runtime system when doing binary fp ops on ARM
(at the moment only if we do not need to allocate a heap number).
Find a few more oportunities to avoid heap number allocation on IA32.
Add some infrastructure to test coverage of generated ARM code in our
tests.
Committed: http://code.google.com/p/v8/source/detail?r=1720
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+529 lines, -130 lines) |
Patch |
|
M |
src/assembler.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/assembler.cc
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins-arm.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/codegen.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/codegen-arm.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/codegen-arm.cc
|
View
|
1
|
28 chunks |
+212 lines, -93 lines |
0 comments
|
Download
|
|
M |
src/codegen-ia32.h
|
View
|
1
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
src/codegen-ia32.cc
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/constants-arm.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/debug-arm.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/disasm-arm.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ic-arm.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/macro-assembler-arm.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/macro-assembler-arm.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/simulator-arm.h
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/simulator-arm.cc
|
View
|
1
|
5 chunks |
+90 lines, -1 line |
0 comments
|
Download
|
|
M |
src/stub-cache-arm.cc
|
View
|
|
7 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/virtual-frame-arm.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/negate.js
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/number-limits.js
|
View
|
1
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/smi-ops.js
|
View
|
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|