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

Issue 6803010: X64: Allow the type recording binary op stub to create heapnumber results. (Closed)

Created:
9 years, 8 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

X64: Allow the type recording binary op stub to create heapnumber results. Committed: http://code.google.com/p/v8/source/detail?r=7515

Patch Set 1 #

Patch Set 2 : Copied code from ARM. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -4 lines) Patch
M src/x64/code-stubs-x64.cc View 1 1 chunk +15 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
9 years, 8 months ago (2011-04-06 11:30:29 UTC) #1
Søren Thygesen Gjesse
On ARM the code looks like this: if (result_type_ == TRBinaryOpIC::UNINITIALIZED || result_type_ == TRBinaryOpIC::SMI) ...
9 years, 8 months ago (2011-04-06 11:38:08 UTC) #2
William Hesse
9 years, 8 months ago (2011-04-06 11:45:00 UTC) #3
LGTM.  I prefer the CallRuntime version as well, so you should make that change.

Powered by Google App Engine
This is Rietveld 408576698