WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 116888
JSC Should use the C Stack for JIT code
https://bugs.webkit.org/show_bug.cgi?id=116888
Summary
JSC Should use the C Stack for JIT code
Michael Saboff
Reported
2013-05-28 14:35:40 PDT
Currently the llint, and the baseline and DFG JITs use a separate call stack. That stack also grows up, opposite to the C call stack. To use LLVM, we need to migrate to use the C stack. Since we OSR exit across JIT's and llint, all execution engines need to use the common C stack.
Attachments
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2013-10-02 11:37:48 PDT
<
rdar://problem/15133588
>
Geoffrey Garen
Comment 2
2014-01-27 15:38:10 PST
This task is complete. The next step is to merge the code back to trunk: <
rdar://problem/15904077
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug