Open
Bug 1835955
Opened 2 years ago
Updated 1 month ago
Revisit the "stack size", "stack limit", and "stack quota" terms
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
(Blocks 2 open bugs)
Details
We have 3 terms for native stack limitation,
- stack size (
JS::NativeStackSize
) - stack limit (
JS::NativeStackLimit
) - stack quota (
JS_SetNativeStackQuota
)
and it would be nice if we can reduce the number of terms, or at least add comments describing which is for what.
https://phabricator.services.mozilla.com/D179002?id=721106#inline-994092
Updated•1 month ago
|
Blocks: SMDOC, sm-runtime
You need to log in
before you can comment on or make changes to this bug.
Description
•