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

Issue 545117: X64: Fix bug that reads from rax instead of correct register. (Closed)

Created:
10 years, 11 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

X64: Fix bug that reads from rax instead of correct register. Crashes if rax doesn't point to readable memory. Recent change made rax contain garbage due to write-barrier computation. (The fact that it hasn't crashed before highly suggests that the line does nothing.)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Tiny review.
10 years, 11 months ago (2010-01-19 12:12:52 UTC) #1
William Hesse
10 years, 11 months ago (2010-01-19 12:22:19 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698