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

Issue 10878073: First steps towards named Litihium operands. (Closed)

Created:
8 years, 3 months ago by Sven Panne
Modified:
8 years, 3 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

First steps towards named Litihium operands. Accessing Lithium operands via position is fragile and makes it impossible to statically find all uses of a given operand. This CL is a step towards cleaning this up, more to come... Committed: https://code.google.com/p/v8/source/detail?r=12383

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -20 lines) Patch
M src/arm/lithium-arm.h View 4 chunks +8 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +8 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +8 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +8 lines, -3 lines 0 comments Download
M src/mips/lithium-mips.h View 4 chunks +8 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
8 years, 3 months ago (2012-08-27 09:18:04 UTC) #1
rossberg
8 years, 3 months ago (2012-08-27 09:38:26 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698