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
296 B
10 lines
296 B
define: DUK_USE_VALSTACK_SHRINK_SLACK_SHIFT
|
|
introduced: 2.2.0
|
|
default: 4
|
|
tags:
|
|
- performance
|
|
- lowmemory
|
|
description: >
|
|
When shrinking, leave (curr_size >> DUK_USE_VALSTACK_SHRINK_SLACK_SHIFT)
|
|
bytes as a slack. This shift count must be larger than
|
|
DUK_USE_VALSTACK_SHRINK_CHECK_SHIFT.
|
|
|