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

Issue 144933002: ARM: Reduce the stack requirements of GetNoCodeAgeSequence. (Closed)

Created:
6 years, 11 months ago by c.truta
Modified:
6 years, 11 months ago
CC:
v8-dev, cosmin.truta, lzolotarev_blackberry.com, Liam Quinn
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

ARM: Reduce the stack requirements of GetNoCodeAgeSequence. Allocate the patcher object on the heap, to avoid occasional stack overflows on QNX/ARM when entering GetNoCodeAgeSequence. BUG=v8:3111 LOG=y Patch from Cosmin Truta <ctruta@blackberry.com>;. R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18815

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
M src/arm/codegen-arm.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
c.truta
Hi, may I please a review for bugfix 3111? Although I replaced a fast automatic ...
6 years, 11 months ago (2014-01-22 11:50:12 UTC) #1
Sven Panne
Quick DBC... https://codereview.chromium.org/144933002/diff/1/src/arm/codegen-arm.cc File src/arm/codegen-arm.cc (right): https://codereview.chromium.org/144933002/diff/1/src/arm/codegen-arm.cc#newcode862 src/arm/codegen-arm.cc:862: CodePatcher* patcher = Use "SmartPointer<CodePatcher> patcher ="... ...
6 years, 11 months ago (2014-01-22 13:03:52 UTC) #2
c.truta
On 2014/01/22 13:03:52, Sven Panne wrote: > src/arm/codegen-arm.cc:862: CodePatcher* patcher = > Use "SmartPointer<CodePatcher> patcher ...
6 years, 11 months ago (2014-01-22 14:54:59 UTC) #3
Sven Panne
On 2014/01/22 14:54:59, cosmin.truta wrote: > [...] (or even be replaced by unique_ptr), right? That's ...
6 years, 11 months ago (2014-01-22 15:02:30 UTC) #4
Sven Panne
LGTM, I'll land this tomorrow when nobody else did it in the meantime (hint, hint, ...
6 years, 11 months ago (2014-01-22 15:03:09 UTC) #5
Sven Panne
6 years, 11 months ago (2014-01-24 11:48:16 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r18815 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698