RESOLVED FIXED 126716
CStack: Rename "host zone" to "reserved zone"
https://bugs.webkit.org/show_bug.cgi?id=126716
Summary CStack: Rename "host zone" to "reserved zone"
Mark Lam
Reported 2014-01-09 13:21:49 PST
The "zone" is used as a reserve of stack memory for: 1. nominal host code stack usage. 2. stack space for error handling. 3. initial stack space for pushing VMEntrySentinel frames. The "zone" may reside on the C stack and on the C loop JSStack depending on context. Hence, the name "host zone" is not quite accurate, and we'll rename it to "reserve zone". Patch coming.
Attachments
the patch. (16.54 KB, patch)
2014-01-09 13:46 PST, Mark Lam
msaboff: review+
Mark Lam
Comment 1 2014-01-09 13:24:49 PST
Make that "reserved zone".
Mark Lam
Comment 2 2014-01-09 13:46:28 PST
Created attachment 220765 [details] the patch.
Mark Lam
Comment 3 2014-01-09 14:04:20 PST
Thanks for the review. Landed on the jsCStack branch in r161582: <http://trac.webkit.org/r161582>.
Note You need to log in before you can comment on or make changes to this bug.