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.
10 lines
272 B
10 lines
272 B
define: DUK_USE_FAST_REFCOUNT_DEFAULT
|
|
introduced: 1.2.0
|
|
default: true
|
|
tags:
|
|
- performance
|
|
- fastpath
|
|
- experimental
|
|
description: >
|
|
When enabled, plain refcount macros (e.g. DUK_TVAL_INCREF) default to
|
|
fast variants (DUK_TVAL_INCREF_FAST) to improve performance.
|
|
|