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

Issue 7795051: Change the x64 optimizing compiler to stop using the fixed context register rsi. (Closed)

Created:
9 years, 3 months ago by William Hesse
Modified:
8 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change the x64 optimizing compiler to stop using the fixed context register rsi. The context will be used from an HValue in the environment, rather than from rsi or the context slot in the frame. BUG= TEST=

Patch Set 1 #

Patch Set 2 : Remove stray edits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -216 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +2 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 42 chunks +78 lines, -37 lines 0 comments Download
M src/x64/lithium-x64.h View 25 chunks +241 lines, -112 lines 0 comments Download
M src/x64/lithium-x64.cc View 22 chunks +97 lines, -42 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
William Hesse
9 years, 3 months ago (2011-09-07 14:58:34 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698