Chromium Code Reviews

Issue 6592008: X64 Crankshaft: Fix error in r6897. Restore context reg after KeyedCallIC (Closed)

Created:
9 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Søren Thygesen Gjesse
CC:
v8-dev
Visibility:
Public.

Description

X64 Crankshaft: Fix error in r6897. Restore context register after KeyedCallIC. Only non-trivial change is to lithium-codegen-x64.cc.Update copyright dates on all recently modified X64 platform files. Committed: http://code.google.com/p/v8/source/detail?r=6952

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+24 lines, -23 lines)
M src/x64/assembler-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/assembler-x64-inl.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/builtins-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/code-stubs-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/codegen-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/codegen-x64-inl.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/cpu-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/debug-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/disasm-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/frames-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/frames-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/ic-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/jump-target-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/regexp-macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/simulator-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/stub-cache-x64.cc View 1 chunk +1 line, -1 line 0 comments
M src/x64/virtual-frame-x64.h View 1 chunk +1 line, -1 line 0 comments
M src/x64/virtual-frame-x64.cc View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
William Hesse
9 years, 10 months ago (2011-02-25 13:19:37 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-25 13:22:01 UTC) #2
LGTM

Powered by Google App Engine