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
Filip Pizlo
Comment 1 2013-10-02 11:37:48 PDT
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.