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

Issue 548069: Add the unary operators ADD and SUB to the code generator selector. (Closed)

Created:
10 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Add the unary operators ADD and SUB to the code generator selector. Committed: http://code.google.com/p/v8/source/detail?r=3658

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M src/compiler.cc View 2 chunks +6 lines, -3 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 11 months ago (2010-01-19 18:33:22 UTC) #1
fschneider
10 years, 11 months ago (2010-01-19 19:06:58 UTC) #2
LGTM

http://codereview.chromium.org/548069/diff/1/2
File src/compiler.cc (right):

http://codereview.chromium.org/548069/diff/1/2#newcode934
src/compiler.cc:934: BAILOUT("UnaryOperataion: BIT_NOT");
Typo here -> "UnaryOperation". As well at the other bailouts for UnaryOperation.

Powered by Google App Engine
This is Rietveld 408576698