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

Issue 9293003: Get rid of a useless helper method in the register allocator. (Closed)

Created:
8 years, 10 months ago by fschneider
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Get rid of a useless helper method in the register allocator. Reading the virtual register from a LOperand is only needed used for unallocated LOperands (LUnallocated). There is no need for having a method for that on LOperand. Committed: http://code.google.com/p/v8/source/detail?r=10555

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -22 lines) Patch
M src/hydrogen.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/lithium.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/lithium.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/lithium-allocator.cc View 10 chunks +19 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
This is a first part of a larger refactoring of LOperands...
8 years, 10 months ago (2012-01-30 14:29:33 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 10 months ago (2012-01-30 14:45:00 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698