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

Issue 646009: Fix error in compound assignment to keyed load by making platform-independent... (Closed)

Created:
10 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix error in compound assignment to keyed load by making platform-independent full compiler code platform dependent, add test of compound assignments. Committed: http://code.google.com/p/v8/source/detail?r=3897

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+529 lines, -86 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 1 chunk +0 lines, -86 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/assignment.js View 1 2 1 chunk +264 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
10 years, 10 months ago (2010-02-18 12:51:14 UTC) #1
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-18 12:57:59 UTC) #2
LGTM with the tests fixed.

Powered by Google App Engine
This is Rietveld 408576698