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

Issue 9583038: MIPS: Inline ordered relational compares of mixed double/undefined values. (Closed)

Created:
8 years, 9 months ago by kalmard
Modified:
8 years, 9 months ago
Reviewers:
kisg, Paul Lind, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Inline ordered relational compares of mixed double/undefined values. Port r10905 (2a997cf). Original commit message: Allow Crankshaft to inline ordered relational comparisons (<, >, <=, >=) that have undefined arguments in addition to double value arguments (rather than calling the generic Compare stub). BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10925

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
kalmard
8 years, 9 months ago (2012-03-03 11:39:44 UTC) #1
danno
8 years, 9 months ago (2012-03-05 15:36:54 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698