Skip to content
Snippets Groups Projects
Commit c0cd8686 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Stop pretending to configure the JavaScript Context stack

The argument to JS_NewContext that we were allowing to be configured was not the contest stack size, but rather:
"The size, in bytes, of each "stack chunk". This is a memory management tuning parameter which most users should not adjust. 8192 is a good default value." - per Mozilla.

So we're just going to use the suggested default, hard-coded.
parent 64ca0c00
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #778 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment