Chromium Code Reviews

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 Stats (+6 lines, -3 lines)
M src/compiler.cc View 2 chunks +6 lines, -3 lines 1 comment

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