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

Issue 149008: X64 Implementation: Correct error with initializer blocks (Closed)

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

Description

X64 Implementation: Correct error with initializer blocks Committed: http://code.google.com/p/v8/source/detail?r=2276

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M src/x64/codegen-x64.cc View 1 5 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
Small change.
11 years, 6 months ago (2009-06-25 15:32:53 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/149008/diff/1/2 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/149008/diff/1/2#newcode3262 Line 3262: __ cmpq(result.reg(), Immediate(0)); Could this be a ...
11 years, 6 months ago (2009-06-25 17:41:30 UTC) #2
William Hesse
11 years, 6 months ago (2009-06-26 07:27:05 UTC) #3
http://codereview.chromium.org/149008/diff/1/2
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/149008/diff/1/2#newcode3262
Line 3262: __ cmpq(result.reg(), Immediate(0));
On 2009/06/25 17:41:30, Lasse Reichstein wrote:
> Could this be a register self-test too?

Done.

Powered by Google App Engine
This is Rietveld 408576698