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.
9 lines
293 B
9 lines
293 B
define: DUK_USE_PREFER_SIZE
|
|
introduced: 1.2.0
|
|
default: false
|
|
tags:
|
|
- lowmemory
|
|
description: >
|
|
Catch-all flag which can be used to choose between variant algorithms
|
|
where a speed-size tradeoff exists (e.g. lookup tables). When it really
|
|
matters, specific use flags may be appropriate.
|
|
|