Bug 125733 - CStack Branch: Remove WTF_USE_SEPARATE_C_AND_JS_STACK
Summary: CStack Branch: Remove WTF_USE_SEPARATE_C_AND_JS_STACK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 23:13 PST by Michael Saboff
Modified: 2013-12-13 23:40 PST (History)
0 users

See Also:


Attachments
Patch (7.34 KB, patch)
2013-12-13 23:26 PST, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-12-13 23:13:02 PST
The macro WTF_USE_SEPARATE_C_AND_JS_STACK is no longer needed since we are now on the C stack.
Comment 1 Michael Saboff 2013-12-13 23:26:44 PST
Created attachment 219242 [details]
Patch
Comment 2 Mark Lam 2013-12-13 23:33:01 PST
Comment on attachment 219242 [details]
Patch

r=me
Comment 3 Michael Saboff 2013-12-13 23:40:55 PST
Committed r160591: <http://trac.webkit.org/changeset/160591>