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

Issue 8462016: Make LiveRange objects 1 word smaller by using a bool instead of enum for register kind. (Closed)

Created:
9 years, 1 month ago by fschneider
Modified:
9 years, 1 month ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Make LiveRange objects 1 word smaller by using a bool instead of enum for register kind. Committed: http://code.google.com/p/v8/source/detail?r=9959

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M src/lithium-allocator.h View 3 chunks +2 lines, -3 lines 0 comments Download
M src/lithium-allocator.cc View 6 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
Tiny review to allocate a little less during register allocation.
9 years, 1 month ago (2011-11-10 15:07:17 UTC) #1
Sven Panne
9 years, 1 month ago (2011-11-10 15:16:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698