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

Issue 5277007: RelocInfo: fix source position decoding. (Closed)

Created:
10 years ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

RelocInfo: fix source position decoding. We used to rely on reading both POSITION and STATEMENT_POSITION to get correct decoding of positions. This was error prone and made liveedit unhappy. Committed: http://code.google.com/p/v8/source/detail?r=5905

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -8 lines) Patch
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-reloc-info.cc View 1 chunk +109 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
10 years ago (2010-11-29 19:52:32 UTC) #1
Søren Thygesen Gjesse
10 years ago (2010-11-30 08:43:46 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698