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

Issue 384085: Fix bug in the top-level compiler: write barrier for assignments to context slots:... (Closed)

Created:
11 years, 1 month ago by fschneider
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Fixes bug in the top-level compiler with the write barrier for assignments to context slots: The test for a SMI before the write barrier tested the wrong register: r0 = target context address r1 = value to be written This change fixes the SMI test and tests r1 instead of r0. Committed: http://code.google.com/p/v8/source/detail?r=3299

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/arm/fast-codegen-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
11 years, 1 month ago (2009-11-12 16:02:32 UTC) #1
William Hesse
11 years, 1 month ago (2009-11-13 09:41:37 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698