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

Issue 9290044: Fix intermittent stack overflow in Hydrogen code generation in tests. (Closed)

Created:
8 years, 11 months ago by Erik Corry
Modified:
8 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix intermittent stack overflow in Hydrogen code generation in tests. Committed: https://code.google.com/p/v8/source/detail?r=10511

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -6 lines) Patch
M src/hydrogen.h View 1 chunk +7 lines, -3 lines 1 comment Download
M src/hydrogen.cc View 3 chunks +6 lines, -3 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 11 months ago (2012-01-26 10:31:37 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 11 months ago (2012-01-26 10:42:56 UTC) #2
lgtm

http://codereview.chromium.org/9290044/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

http://codereview.chromium.org/9290044/diff/1/src/hydrogen.cc#newcode4801
src/hydrogen.cc:4801: if ((FLAG_limit_inlining && target->shared()->SourceSize()
> kSmallMaxSourceSize) ||
long line

http://codereview.chromium.org/9290044/diff/1/src/hydrogen.h
File src/hydrogen.h (right):

http://codereview.chromium.org/9290044/diff/1/src/hydrogen.h#newcode776
src/hydrogen.h:776: static const int kBigMaxInlinedNodes = 1000;
big vs. small is a bit confusing. it's limited/unlimited.

Powered by Google App Engine
This is Rietveld 408576698