mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 699668 - Increase JS type arena size to 128K (r=njn)
This commit is contained in:
parent
28914f1405
commit
5af01ee08c
@ -420,7 +420,7 @@ struct JS_FRIEND_API(JSCompartment) {
|
||||
* Cleared on every GC, unless the GC happens during analysis (indicated
|
||||
* by activeAnalysis, which is implied by activeInference).
|
||||
*/
|
||||
static const size_t TYPE_LIFO_ALLOC_PRIMARY_CHUNK_SIZE = 4 * 1024;
|
||||
static const size_t TYPE_LIFO_ALLOC_PRIMARY_CHUNK_SIZE = 128 * 1024;
|
||||
js::LifoAlloc typeLifoAlloc;
|
||||
bool activeAnalysis;
|
||||
bool activeInference;
|
||||
|
Loading…
Reference in New Issue
Block a user