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

Issue 12040052: Fix bug in edge case in populating PointerMaps (Closed)

Created:
7 years, 11 months ago by danno
Modified:
7 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in edge case in populating PointerMaps If a live range was split immediately before an instruction that required a safe-point pointer map, it was possible for the safe-point to incorrectly use the register/stack slot information of the preceeding live range rather than the one that actually covers the safe-point. R=mstarzinger@chromium.org,vegorov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=13493

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
Michael Starzinger
7 years, 11 months ago (2013-01-24 13:44:13 UTC) #1
LGTM. Do we have a regression test for that?

Powered by Google App Engine
This is Rietveld 408576698