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

Issue 2667573002: [Turbofan] don't optimize from bytecode > 250K in size. (Closed)

Created:
3 years, 10 months ago by mvstanton
Modified:
3 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Turbofan] don't optimize from bytecode > 250K in size. Compiles simply take too long, and such functions are liable to deopt quickly. BUG=chromium:686153 Review-Url: https://codereview.chromium.org/2667573002 Cr-Commit-Position: refs/heads/master@{#42779} Committed: https://chromium.googlesource.com/v8/v8/+/475b455b6f67cc825d02641499ab4558f83d6d9a

Patch Set 1 #

Total comments: 5

Patch Set 2 : comments #

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

Messages

Total messages: 16 (9 generated)
mvstanton
Hi Michael, Here is the issue we discussed before lunch. I'd like to port this ...
3 years, 10 months ago (2017-01-30 12:21:16 UTC) #2
Michael Starzinger
https://codereview.chromium.org/2667573002/diff/1/src/runtime-profiler.cc File src/runtime-profiler.cc (right): https://codereview.chromium.org/2667573002/diff/1/src/runtime-profiler.cc#newcode61 src/runtime-profiler.cc:61: static const int kMaxSizeOptFromBytecode = 250 * 1024; nit: ...
3 years, 10 months ago (2017-01-30 12:42:11 UTC) #5
Michael Starzinger
LGTM modulo nits.
3 years, 10 months ago (2017-01-30 12:54:08 UTC) #8
Michael Starzinger
https://codereview.chromium.org/2667573002/diff/1/src/runtime-profiler.cc File src/runtime-profiler.cc (right): https://codereview.chromium.org/2667573002/diff/1/src/runtime-profiler.cc#newcode400 src/runtime-profiler.cc:400: if (shared->bytecode_array()->Size() > kMaxSizeOptFromBytecode) { On 2017/01/30 12:42:11, Michael ...
3 years, 10 months ago (2017-01-30 12:54:48 UTC) #9
mvstanton
Thanks Michael, landing... --Michael https://codereview.chromium.org/2667573002/diff/1/src/runtime-profiler.cc File src/runtime-profiler.cc (right): https://codereview.chromium.org/2667573002/diff/1/src/runtime-profiler.cc#newcode61 src/runtime-profiler.cc:61: static const int kMaxSizeOptFromBytecode = ...
3 years, 10 months ago (2017-01-30 14:55:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2667573002/20001
3 years, 10 months ago (2017-01-30 14:56:33 UTC) #13
commit-bot: I haz the power
3 years, 10 months ago (2017-01-30 15:28:28 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/475b455b6f67cc825d02641499ab4558f83...

Powered by Google App Engine
This is Rietveld 408576698