duktape icon indicating copy to clipboard operation
duktape copied to clipboard

Clean up duk_suspend/duk_resume suspend state struct declaration

Open svaarala opened this issue 6 years ago • 0 comments

Currently external declaration is a struct with a fixed size byte array, while the internal struct has a separate declaration only visible to internals (with a byte size smaller than the external definition). This works but causes application call sites to reserve more stack than necessary for the suspend state.

svaarala avatar Feb 14 '18 12:02 svaarala