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.
13 lines
405 B
13 lines
405 B
define: DUK_USE_MS_STRINGTABLE_RESIZE
|
|
introduced: 1.0.0
|
|
removed: 2.1.0
|
|
default: true
|
|
tags:
|
|
- gc
|
|
- memory
|
|
description: >
|
|
Enable forced string intern table resize during mark-and-sweep garbage
|
|
collection. This is the recommended behavior.
|
|
|
|
It may be useful to disable this option when reference counting is disabled,
|
|
as mark-and-sweep collections will be more frequent and thus more expensive.
|
|
|