Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 1356983002: PPC: [runtime] Replace COMPARE/COMPARE_STRONG with proper Object::Compare. (Closed)

Created:
5 years, 3 months ago by MTBrandyberry
Modified:
5 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

PPC: [runtime] Replace COMPARE/COMPARE_STRONG with proper Object::Compare. Port 593c655a3c814277283f9fa1520d5ce59d6b019c Original commit message: This removes the weird COMPARE and COMPARE_STRONG JavaScript builtins and replaces them with a proper C++ implementation in Object::Compare and appropriate wrappers Object::LessThan, Object::GreaterThan, and friends that are intended to be used by a true/false returning CompareIC in the future, as well as the interpreter. As a short-term solution we provide %Compare and %Compare_Strong entry points for the current CompareIC that return the appropriate integer values expected by fullcodegen currently. Now the Abstract Relational Comparison is also using the correct ToPrimitive implementation, which properly supports @@toPrimitive. R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com BUG=v8:4307 LOG=n Committed: https://crrev.com/8975286e9b67fd07876e6da4724eca9b43e70348 Cr-Commit-Position: refs/heads/master@{#30836}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M src/ppc/code-stubs-ppc.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356983002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356983002/1
5 years, 3 months ago (2015-09-18 18:10:47 UTC) #2
MTBrandyberry
5 years, 3 months ago (2015-09-18 18:29:08 UTC) #3
dstence
lgtm
5 years, 3 months ago (2015-09-18 18:33:13 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-18 18:36:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356983002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356983002/1
5 years, 3 months ago (2015-09-18 18:37:36 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 3 months ago (2015-09-18 18:39:10 UTC) #9
commit-bot: I haz the power
5 years, 3 months ago (2015-09-18 18:39:28 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/8975286e9b67fd07876e6da4724eca9b43e70348
Cr-Commit-Position: refs/heads/master@{#30836}

Powered by Google App Engine
This is Rietveld 408576698