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

Issue 151142: X64: Implement InstanceofStub. Prohibit zero-size code objects. (Closed)

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

Description

X64: Implement InstanceofStub. Prohibit zero-size code objects. Committed: http://code.google.com/p/v8/source/detail?r=2330

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -4 lines) Patch
M src/x64/assembler-x64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 1 chunk +56 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
11 years, 5 months ago (2009-07-01 09:31:04 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/151142/diff/1/5 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/151142/diff/1/5#newcode5765 Line 5765: __ movq(rax, Operand(rsp, 2 * kPointerSize)); // ...
11 years, 5 months ago (2009-07-01 10:56:15 UTC) #2
William Hesse
11 years, 5 months ago (2009-07-01 12:14:35 UTC) #3
All comments adressed.

Powered by Google App Engine
This is Rietveld 408576698