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

Issue 3039025: Fix aliasing problem in inlined stores on x64 and ia32. The receiver... (Closed)

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

Description

Fix aliasing problem in inlined stores on x64 and ia32. The receiver and the value can share a register. We need to remove this aliasing before modifying the registers. I haven't managed to generate a stand-alon test case for this yet. I'll do that as a separate change. This was found while loading Wave. Committed: http://code.google.com/p/v8/source/detail?r=5127

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -8 lines) Patch
M src/ia32/codegen-ia32.cc View 1 chunk +9 lines, -4 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +9 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 5 months ago (2010-07-23 11:47:41 UTC) #1
William Hesse
10 years, 5 months ago (2010-07-23 11:53:23 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698