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

Issue 561103002: Inlining builtin functions when inlining cumulative nodes size exceeds (Closed)

Created:
6 years, 3 months ago by sw0524.lee
Modified:
6 years, 1 month ago
Reviewers:
Sven Panne
CC:
v8-dev
Base URL:
http://github.com/v8/v8@bleeding_edge
Project:
v8
Visibility:
Public.

Description

Inlining builtin functions when inlining cumulative nodes size exceeds Currently, builtin functions are not inlined when inlining cumulative nodes size exceeds the limitation value. It fixes and allows to inline builtin functions in that case BUG=

Patch Set 1 #

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

Messages

Total messages: 6 (1 generated)
sw0524.lee
Dear, I would like you to review this patch. It is related with builtin function ...
6 years, 3 months ago (2014-09-11 01:58:25 UTC) #2
Sven Panne
Thanks for the patch, but we're always a bit hesitant to fiddle around with our ...
6 years, 3 months ago (2014-09-11 07:23:16 UTC) #3
sw0524.lee
I have no results for lastest version but according to my testing results for old ...
6 years, 3 months ago (2014-09-11 07:38:48 UTC) #4
sw0524.lee
Dear, I didn't know that this issue was closed. Is there anything that I have ...
6 years, 1 month ago (2014-10-28 10:57:58 UTC) #5
sw0524.lee
6 years, 1 month ago (2014-10-29 02:02:59 UTC) #6
Message was sent while issue was closed.
Dear,

 Although it seems to me that it is abnormal without any explanation for closing
issue, it is okay. I just want to know your opinion about builtin inlining. If
any chance to try later, I will do.

 Thank you

On 2014/10/28 10:57:58, sw0524.lee wrote:
> Dear,
> 
>  I didn't know that this issue was closed. Is there anything that I have to do
> about
>  these patch or any reason to be closed? I am just wondering the consistence
of
> builtin
>  function inlining. The previous comment in InliningAstSize is that "Always
> inline
>  buitins marked for inlining." but actually it is not corrected for me. As
> mentioned in
>  the previous message, when cumulative nodes size go over the limitations. no
> more function
>  is inlined, even though it is builtin one. So, this patch corrects it.
> 
>  Thank you.
>       
> 
> On 2014/09/11 07:38:48, sw0524.lee wrote:
> > I have no results for lastest version but according to my testing results
for
> > old
> > version, it shows about 0.2% gain in octane benchmark and no change in
> sunspider
> > and kraken.
> > 
> > Thank you 
> > 
> > On 2014/09/11 07:23:16, Sven Panne wrote:
> > > Thanks for the patch, but we're always a bit hesitant to fiddle around
with
> > our
> > > heuristics, because it's very easy to heavily tank unexpected things. So
it
> > > would be good to know which benchmarks you used to measure an improvement.

Powered by Google App Engine
This is Rietveld 408576698