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

Issue 188253005: A64: Record the size of veneer pools for code offset mapping. (Closed)

Created:
6 years, 9 months ago by Alexandre Rames
Modified:
6 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

A64: Record the size of veneer pools for code offset mapping. Mapping the code offsets between code with and without debug break slots requires information about the size of the veneer pools and constant pools. BUG=v8:3173 LOG=N R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19857

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added pool size test and register size only with debugger support #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -59 lines) Patch
M src/a64/assembler-a64.h View 1 3 chunks +12 lines, -10 lines 0 comments Download
M src/a64/assembler-a64.cc View 1 10 chunks +45 lines, -17 lines 0 comments Download
M src/assembler.h View 5 chunks +9 lines, -5 lines 0 comments Download
M src/assembler.cc View 8 chunks +26 lines, -14 lines 0 comments Download
M src/debug.cc View 1 2 chunks +17 lines, -13 lines 0 comments Download
M test/cctest/test-assembler-a64.cc View 1 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alexandre Rames
6 years, 9 months ago (2014-03-06 11:03:22 UTC) #1
ulan
Looks good. One question: https://codereview.chromium.org/188253005/diff/1/src/a64/assembler-a64.cc File src/a64/assembler-a64.cc (right): https://codereview.chromium.org/188253005/diff/1/src/a64/assembler-a64.cc#newcode2678 src/a64/assembler-a64.cc:2678: RelocInfo::VENEER_POOL, static_cast<intptr_t>(pool_size), Are there test ...
6 years, 9 months ago (2014-03-07 10:51:56 UTC) #2
Alexandre Rames
On 2014/03/07 10:51:56, ulan wrote: > Looks good. One question: > > https://codereview.chromium.org/188253005/diff/1/src/a64/assembler-a64.cc > File ...
6 years, 9 months ago (2014-03-07 16:59:24 UTC) #3
Alexandre Rames
On 2014/03/07 16:59:24, Alexandre Rames wrote: > On 2014/03/07 10:51:56, ulan wrote: > > Looks ...
6 years, 9 months ago (2014-03-07 17:00:29 UTC) #4
ulan
Thanks for adding the test, lgtm!
6 years, 9 months ago (2014-03-11 09:00:20 UTC) #5
Alexandre Rames
6 years, 9 months ago (2014-03-12 15:40:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19857 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698