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

Issue 1415463002: Stack buffer for builtin code generation too small in some cases. (Closed)

Created:
5 years, 2 months ago by MTBrandyberry
Modified:
5 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Stack buffer for builtin code generation too small in some cases. With --debug-code specified, 8 KB is not sufficient to contain some of the builtins on PPC64. This path is relevant only when snapshots are off. R=rmcilroy@chromium.org, ulan@chromium.org, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/d3a1fa0be0441b6b31038abe21e0c6f47014c817 Cr-Commit-Position: refs/heads/master@{#31449}

Patch Set 1 #

Total comments: 1

Patch Set 2 : update based on review comments #

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

Messages

Total messages: 11 (2 generated)
MTBrandyberry
This solution scales the buffer_size according to platform via kCodeSizeMultiplier. Comments/suggestions welcome.
5 years, 2 months ago (2015-10-16 22:37:45 UTC) #1
michael_dawson
On 2015/10/16 22:37:45, mtbrandyberry wrote: > This solution scales the buffer_size according to platform via ...
5 years, 2 months ago (2015-10-19 14:02:06 UTC) #2
michael_dawson
On 2015/10/19 14:02:06, michael_dawson wrote: > On 2015/10/16 22:37:45, mtbrandyberry wrote: > > This solution ...
5 years, 2 months ago (2015-10-20 22:07:58 UTC) #3
ulan
Sorry for the delay. https://codereview.chromium.org/1415463002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1415463002/diff/1/src/builtins.cc#newcode14 src/builtins.cc:14: #include "src/full-codegen/full-codegen.h" Let's not add ...
5 years, 2 months ago (2015-10-21 12:26:51 UTC) #4
MTBrandyberry
patch set 2 uploaded
5 years, 2 months ago (2015-10-21 17:57:40 UTC) #5
ulan
lgtm
5 years, 2 months ago (2015-10-21 18:00:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415463002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415463002/20001
5 years, 2 months ago (2015-10-21 18:03:19 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-21 18:27:40 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 18:28:05 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d3a1fa0be0441b6b31038abe21e0c6f47014c817
Cr-Commit-Position: refs/heads/master@{#31449}

Powered by Google App Engine
This is Rietveld 408576698