You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
446 B

=============================
Timing sensitive environments
=============================
Suggested feature options
=========================
* Use the default memory management settings (reference counting and
mark-and-sweep) but enable ``DUK_OPT_NO_VOLUNTARY_GC`` to eliminate
mark-and-sweep pauses. Use explicit GC calls (either ``duk_gc()``
from C or ``Duktape.gc()`` from Ecmascript) when possible to collect
circular references.