Bug 125381

Summary: CStack Branch: Fix Specialized Thunks to use function prologues and epilogues
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, eflews.bot, ggaren, gtk-ews, gyuyoung.kim, mark.lam, philn, rniwa, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ggaren: review+, eflews.bot: commit-queue-

Description Michael Saboff 2013-12-06 22:26:30 PST
The SpecializedThunkJIT generator isn't using the function prologue / epilogue for the native convention.
Comment 1 Michael Saboff 2013-12-06 22:29:53 PST
Created attachment 218651 [details]
Patch

With this change, the LLInt can run v8-crypto.js to completion.
Comment 2 EFL EWS Bot 2013-12-06 22:33:17 PST
Comment on attachment 218651 [details]
Patch

Attachment 218651 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/46408019
Comment 3 EFL EWS Bot 2013-12-06 22:34:34 PST
Comment on attachment 218651 [details]
Patch

Attachment 218651 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/46428014
Comment 4 kov's GTK+ EWS bot 2013-12-06 22:37:51 PST
Comment on attachment 218651 [details]
Patch

Attachment 218651 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/46468014
Comment 5 Michael Saboff 2013-12-06 22:39:31 PST
Patch landed in change set r160268  <http://trac.webkit.org/changeset/160268>.
Comment 6 Build Bot 2013-12-06 23:00:45 PST
Comment on attachment 218651 [details]
Patch

Attachment 218651 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/46468015
Comment 7 Build Bot 2013-12-06 23:09:58 PST
Comment on attachment 218651 [details]
Patch

Attachment 218651 [details] did not pass win-ews (win):
Output: http://webkit-queues.appspot.com/results/46418014
Comment 8 Build Bot 2013-12-06 23:28:05 PST
Comment on attachment 218651 [details]
Patch

Attachment 218651 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/46468016
Comment 9 Geoffrey Garen 2013-12-07 10:51:27 PST
Comment on attachment 218651 [details]
Patch

r=me
Comment 10 Geoffrey Garen 2013-12-07 10:51:41 PST
> With this change, the LLInt can run v8-crypto.js to completion.

Nice!
Comment 11 Mark Lam 2014-01-13 18:46:20 PST
Review status updated in r161938: <http://trac.webkit.org/r161938>.