mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Update to SpiderMonkey 137. (#37077)
Incorporates the updates from https://github.com/servo/mozjs/pull/584. Testing: Existing WPT coverage is enough. Fixes: Part of #36258 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
fd20a5df42
commit
842dd99698
25 changed files with 129 additions and 1417 deletions
|
@ -182,7 +182,6 @@ pub struct Preferences {
|
|||
pub js_mem_gc_decommit_threshold_mb: i64,
|
||||
pub js_mem_gc_dynamic_heap_growth_enabled: bool,
|
||||
pub js_mem_gc_dynamic_mark_slice_enabled: bool,
|
||||
pub js_mem_gc_empty_chunk_count_max: i64,
|
||||
pub js_mem_gc_empty_chunk_count_min: i64,
|
||||
pub js_mem_gc_high_frequency_heap_growth_max: i64,
|
||||
pub js_mem_gc_high_frequency_heap_growth_min: i64,
|
||||
|
@ -361,7 +360,6 @@ impl Preferences {
|
|||
js_mem_gc_decommit_threshold_mb: 32,
|
||||
js_mem_gc_dynamic_heap_growth_enabled: true,
|
||||
js_mem_gc_dynamic_mark_slice_enabled: true,
|
||||
js_mem_gc_empty_chunk_count_max: 30,
|
||||
js_mem_gc_empty_chunk_count_min: 1,
|
||||
js_mem_gc_high_frequency_heap_growth_max: 300,
|
||||
js_mem_gc_high_frequency_heap_growth_min: 150,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue