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

Issue 1998153002: X87: [Interpreter] Support compiling for baseline on return from interpreted function. (Closed)

Created:
4 years, 7 months ago by zhengxing.li
Modified:
4 years, 7 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

X87: [Interpreter] Support compiling for baseline on return from interpreted function. port f241a61a3409cef1f8d631d5c3ee992e182f294e (r36360) original commit message: We cannot tier up from interpreted to baseline code when there is an activation of the function on the stack. This significantly regresses the performance of recursive functions since they are unlikely to get tiered up. This CL adds the ability for a function to be marked for baseline compilation when it returns. To do this we patch the InterpreterEntryTrampoline return address to point to InterpreterMarkBaselineOnReturn, which leaves the interpreted frame and recompile the function for baseline. This improves the score of EarlyBoyer by ~8x for Ignition. BUG= Committed: https://crrev.com/450050830a6fc5171b804a33ca98d3938f70534f Cr-Commit-Position: refs/heads/master@{#36396}

Patch Set 1 #

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

Messages

Total messages: 8 (3 generated)
zhengxing.li
PTAL, thanks!
4 years, 7 months ago (2016-05-20 07:58:39 UTC) #2
Weiliang
lgtm
4 years, 7 months ago (2016-05-20 08:07:25 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1998153002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1998153002/1
4 years, 7 months ago (2016-05-20 08:11:57 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-20 08:42:07 UTC) #6
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 08:42:57 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/450050830a6fc5171b804a33ca98d3938f70534f
Cr-Commit-Position: refs/heads/master@{#36396}

Powered by Google App Engine
This is Rietveld 408576698