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

Issue 146993002: MIPS: Reduce the stack requirements of GetNoCodeAgeSequence. (Closed)

Created:
6 years, 11 months ago by kilvadyb
Modified:
6 years, 11 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Reduce the stack requirements of GetNoCodeAgeSequence. Port r18815 (f93582a) Original commit message: Allocate the patcher object on the heap, to avoid occasional stack overflows on QNX/ARM when entering GetNoCodeAgeSequence. BUG=v8:3111 LOG=y

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 11 months ago (2014-01-24 18:14:56 UTC) #1
Paul Lind
lgtm
6 years, 11 months ago (2014-01-24 18:23:30 UTC) #2
Paul Lind
6 years, 11 months ago (2014-01-24 18:45:51 UTC) #3
Committed as r18839.

Powered by Google App Engine
This is Rietveld 408576698