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

Issue 338043: Make it more pleasant to work with expression locations in the... (Closed)

Created:
11 years, 1 month ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make it more pleasant to work with expression locations in the top-level code generator backend. Introduce function to move one location to another (source cannot be nowhere); to move registers, slots, and literals into a location; and to move a location to a register or slot. Committed: http://code.google.com/p/v8/source/detail?r=3146

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -311 lines) Patch
M src/arm/fast-codegen-arm.cc View 12 chunks +91 lines, -98 lines 0 comments Download
M src/fast-codegen.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/fast-codegen.cc View 4 chunks +62 lines, -0 lines 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 17 chunks +101 lines, -109 lines 0 comments Download
M src/location.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 13 chunks +98 lines, -102 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 1 month ago (2009-10-27 10:49:26 UTC) #1
fschneider
11 years, 1 month ago (2009-10-27 12:51:10 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698