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
411 B
13 lines
411 B
9 years ago
|
define: DUK_USE_OBJSIZES16
|
||
|
introduced: 1.1.0
|
||
|
default: false
|
||
|
tags:
|
||
|
- lowmemory
|
||
|
- experimental
|
||
|
description: >
|
||
|
Use a 16-bit object entry and array part sizes (for low memory
|
||
|
environments). Also automatically drops support for an object hash part
|
||
|
to further reduce memory usage; there are rarely large objects in low
|
||
|
memory environments simply because there's no memory to store a lot of
|
||
|
properties.
|