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

Issue 555099: Implement unary addition in the full (non-optimizing) code generator. (Closed)

Created:
10 years, 11 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implement unary addition in the full (non-optimizing) code generator. Committed: http://code.google.com/p/v8/source/detail?r=3711

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -3 lines) Patch
M src/arm/full-codegen-arm.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +14 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/unary-add.js View 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 11 months ago (2010-01-26 11:56:44 UTC) #1
Kevin Millikin (Chromium)
10 years, 11 months ago (2010-01-26 13:39:10 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698