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

Issue 10449047: ARM: Fix literal pool handling for breakpoints in debugger.... (Closed)

Created:
8 years, 6 months ago by m.m.capewell
Modified:
8 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

ARM: Fix literal pool handling for breakpoints in debugger. BUG=2177 TEST=none Committed: https://code.google.com/p/v8/source/detail?r=11812

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -38 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 5 chunks +19 lines, -7 lines 0 comments Download
M src/assembler.h View 1 4 chunks +12 lines, -2 lines 0 comments Download
M src/assembler.cc View 1 12 chunks +42 lines, -7 lines 0 comments Download
M src/debug.cc View 1 2 chunks +36 lines, -19 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
m.m.capewell
Description from the patch: The emission of constant pool depends on the size of the ...
8 years, 6 months ago (2012-05-28 16:24:00 UTC) #1
Yang
On 2012/05/28 16:24:00, m.m.capewell wrote: > Description from the patch: > The emission of constant ...
8 years, 6 months ago (2012-05-28 19:13:08 UTC) #2
Yang
On 2012/05/28 19:13:08, Yang wrote: > On 2012/05/28 16:24:00, m.m.capewell wrote: > > Description from ...
8 years, 6 months ago (2012-06-13 09:11:29 UTC) #3
Michael Starzinger
On 2012/06/13 09:11:29, Yang wrote: > On 2012/05/28 19:13:08, Yang wrote: > > On 2012/05/28 ...
8 years, 6 months ago (2012-06-13 09:22:04 UTC) #4
Michael Starzinger
On 2012/06/13 09:22:04, Michael Starzinger wrote: > On 2012/06/13 09:11:29, Yang wrote: > > On ...
8 years, 6 months ago (2012-06-13 09:23:15 UTC) #5
m.m.capewell
Updated to address review comments.
8 years, 6 months ago (2012-06-14 10:58:53 UTC) #6
Yang
8 years, 6 months ago (2012-06-14 11:07:13 UTC) #7
LGTM. Landing.

Though Michael has a point. We would certainly welcome a regression test for
this.

Powered by Google App Engine
This is Rietveld 408576698