Browse Source

Merge pull request #1203 from svaarala/lowmem-config-bufferobjects

Disable bufferobjects in lowmem config
pull/1204/head
Sami Vaarala 8 years ago
committed by GitHub
parent
commit
460d702191
  1. 4
      config/examples/low_memory.yaml

4
config/examples/low_memory.yaml

@ -65,8 +65,8 @@ DUK_USE_HSTRING_ARRIDX: false
#DUK_USE_EXTSTR_FREE #DUK_USE_EXTSTR_FREE
# Consider removing Node.js Buffer and Khronos/ES6 typed array support if not # Consider removing Node.js Buffer and Khronos/ES6 typed array support if not
# needed (about 8-9 kB code footprint difference on x64) # needed (about 10 kB code footprint difference on x64)
#DUK_USE_BUFFEROBJECT_SUPPORT: false DUK_USE_BUFFEROBJECT_SUPPORT: false
# Consider to reduce code footprint at the expense of more erratic RAM usage # Consider to reduce code footprint at the expense of more erratic RAM usage
#DUK_USE_REFERENCE_COUNTING: false #DUK_USE_REFERENCE_COUNTING: false

Loading…
Cancel
Save