mirror of https://github.com/svaarala/duktape.git
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.
11 lines
273 B
11 lines
273 B
9 years ago
|
define: DUK_USE_MARK_AND_SWEEP_RECLIMIT
|
||
|
introduced: 1.3.0
|
||
|
default: 256
|
||
|
tags:
|
||
|
- portability
|
||
|
- cstackdepth
|
||
|
description: >
|
||
|
Mark-and-sweep C recursion depth for marking phase; if reached,
|
||
|
mark object as a TEMPROOT and use multi-pass marking (slower but
|
||
|
same result).
|