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

Issue 8743011: Fix a bug in the register allocator. (Closed)

Created:
9 years ago by fschneider
Modified:
9 years ago
CC:
v8-dev
Visibility:
Public.

Description

Fix a bug in the register allocator. Avoid spilling a live range that has a register use at the next instruction. The register use position has to be after the end of the next instruction so that we don't end up trying to split a live range at the beginning. BUG=105112 Committed: http://code.google.com/p/v8/source/detail?r=10095

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/lithium-allocator.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years ago (2011-11-30 13:57:13 UTC) #1
Vyacheslav Egorov (Chromium)
9 years ago (2011-11-30 14:11:37 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698