|
Revert of Version 5.0.71.10 (cherry-pick) (patchset #1 id:1 of https://codereview.chromium.org/1777503002/ )
Reason for revert:
This makes "mjsunit/undetectable-compare" fail, some previous drive-by-fix might be missing from the branch that allows us to make the switch away from the CompareIC. This is no longer a quick-fix that can be merged back and we are essentially flying blind on the branch. I am no longer confident that the quick-fix can be merged back. Reverting.
Original issue's description:
> Version 5.0.71.10 (cherry-pick)
>
> Merged 55b4df7357557eb16377ad9227e4e0a4224b7885
> Merged d00da47b61462681b48e48bdff4a80a33da1a6d6
> Merged 4da2e3dbcfc686f68e56c0ad5575257dc2d8ccf1
> Merged c1507e158780b170f25f0f1da87cb5d78a56faee
>
> [runtime] Unify comparison operator runtime entries.
>
> [turbofan] Don't use the CompareIC in JSGenericLowering.
>
> PPC: [runtime] Unify comparison operator runtime entries.
>
> PPC: [turbofan] Don't use the CompareIC in JSGenericLowering.
>
> R=hablich@chromium.org
> BUG= chromium:590832, v8:4788
> LOG=N
>
> Committed: https://chromium.googlesource.com/v8/v8/+/0843a173996f5f63eca749d6fe8c20d4813537d9
TBR=hablich@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= chromium:590832, v8:4788
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+390 lines, -248 lines) |
Patch |
 |
M |
include/v8-version.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/arm/code-stubs-arm.cc
|
View
|
|
1 chunk |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/arm64/code-stubs-arm64.cc
|
View
|
|
1 chunk |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/compiler/js-generic-lowering.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/compiler/js-generic-lowering.cc
|
View
|
|
2 chunks |
+106 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/ia32/code-stubs-ia32.cc
|
View
|
|
1 chunk |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/interpreter.cc
|
View
|
|
8 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/mips/code-stubs-mips.cc
|
View
|
|
1 chunk |
+5 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/mips64/code-stubs-mips64.cc
|
View
|
|
1 chunk |
+5 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/ppc/code-stubs-ppc.cc
|
View
|
|
1 chunk |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/runtime/runtime.h
|
View
|
|
3 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/runtime/runtime-interpreter.cc
|
View
|
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime/runtime-object.cc
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime/runtime-operators.cc
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
M |
src/x64/code-stubs-x64.cc
|
View
|
|
1 chunk |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/mjsunit.status
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
D |
test/mjsunit/regress/regress-4788-1.js
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
test/mjsunit/regress/regress-4788-2.js
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
test/unittests/runtime/runtime-interpreter-unittest.cc
|
View
|
|
2 chunks |
+99 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|