|
Use SSE3 instructions - if available - for faster To(U)Int32
conversion in bit operation stubs. Disable serialization
support by default to allow us to use SSE3 instructions and
faster write barrier code when running without snapshot.
Committed: http://code.google.com/p/v8/source/detail?r=1364
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+117 lines, -61 lines) |
Patch |
|
M |
src/api.cc
|
View
|
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/assembler-ia32.h
|
View
|
1
2
3
|
4 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/assembler-ia32.cc
|
View
|
1
2
3
|
4 chunks |
+46 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/codegen-ia32.cc
|
View
|
1
2
3
|
2 chunks |
+46 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/cpu-ia32.cc
|
View
|
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mksnapshot.cc
|
View
|
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/serialize.h
|
View
|
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/v8.cc
|
View
|
3
|
2 chunks |
+5 lines, -3 lines |
1 comment
|
Download
|
|
M |
test/cctest/test-assembler-ia32.cc
|
View
|
3
|
4 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-ia32.cc
|
View
|
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|