mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove js.mem.gc.refresh_frame_slices.enabled pref
Clean up after gecko bug 1421358
This commit is contained in:
parent
989d2fd532
commit
7b0b2aae77
2 changed files with 0 additions and 2 deletions
|
@ -260,7 +260,6 @@ pub unsafe fn new_rt_and_cx() -> Runtime {
|
|||
if let Some(val) = PREFS.get("js.mem.gc.dynamic_mark_slice.enabled").as_boolean() {
|
||||
JS_SetGCParameter(runtime.rt(), JSGCParamKey::JSGC_DYNAMIC_MARK_SLICE, val as u32);
|
||||
}
|
||||
// TODO: handle js.mem.gc.refresh_frame_slices.enabled
|
||||
if let Some(val) = PREFS.get("js.mem.gc.dynamic_heap_growth.enabled").as_boolean() {
|
||||
JS_SetGCParameter(runtime.rt(), JSGCParamKey::JSGC_DYNAMIC_HEAP_GROWTH, val as u32);
|
||||
}
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
"js.mem.gc.incremental.slice_ms": 10,
|
||||
"js.mem.gc.low_frequency_heap_growth": 150,
|
||||
"js.mem.gc.per_compartment.enabled": true,
|
||||
"js.mem.gc.refresh_frame_slices.enabled": true,
|
||||
"js.mem.gc.zeal.frequency": 100,
|
||||
"js.mem.gc.zeal.level": 0,
|
||||
"js.mem.high_water_mark": 128,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue