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

Issue 12867002: Fixed two register allocator bugs (off-by-one error/failure propagation). (Closed)

Created:
7 years, 9 months ago by Sven Panne
Modified:
7 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fixed two register allocator bugs (off-by-one error/failure propagation). Minor cleanups on the way, e.g. making sure that we never use something after an allocation failed. Style question: Should we switch to some kind of MUST_USE_RESULT-style to ensure that we handle failures consistently? Not sure... BUG=v8:2576 Committed: http://code.google.com/p/v8/source/detail?r=13946

Patch Set 1 #

Patch Set 2 : Fixed typo on ARM #

Patch Set 3 : Fixed MIPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M src/arm/lithium-arm.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/lithium-allocator.cc View 6 chunks +8 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
Slava: PTAL if you like, if not, it is OK, too. The fix is relatively ...
7 years, 9 months ago (2013-03-14 14:27:43 UTC) #1
danno
lgtm
7 years, 9 months ago (2013-03-14 14:33:45 UTC) #2
Sven Panne
7 years, 9 months ago (2013-03-14 14:42:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r13946 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698