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
396 B

define: DUK_OPT_OBJSIZES16
introduced: 1.1.0
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.