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

Issue 5899002: Fix several register allocation issues revealed by fuzzer: (Closed)

Created:
10 years ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix several register allocation issues revealed by fuzzer: - LIsObject had incorrect contraint for value input; - Temporaries had incorrect lifetime intervals; - Live ranges for live_out values was not covering the whole block. Committed: http://code.google.com/p/v8/source/detail?r=6038

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -13 lines) Patch
M src/ia32/lithium-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-allocator.cc View 4 chunks +6 lines, -11 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
10 years ago (2010-12-15 17:52:49 UTC) #1
Kevin Millikin (Chromium)
10 years ago (2010-12-15 17:59:03 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698