Expand description
JavaScript Garbage Collector
Conservative mark-sweep GC for the JS object arena. Uses tri-color marking with root scanning from the VM stack, call frames, and globals.
JavaScript Garbage Collector
Conservative mark-sweep GC for the JS object arena. Uses tri-color marking with root scanning from the VM stack, call frames, and globals.