Sami Vaarala
|
293b36e1b2
|
Config option changes for paranoid errors
|
9 years ago |
Sami Vaarala
|
f9bf05aa4f
|
Config options for prop error base/key summary
- Add DUK_USE_VERBOSE_PROP_ERRORS config option
- Add placeholder security sensitive config example
- Low memory config option update
|
9 years ago |
Sami Vaarala
|
7397c0c320
|
Prefer size by default, valstack policy config opt
- Make DUK_USE_PREFER_SIZE false by default
- DUK_USE_VALSTACK_GARBAGE temporary config option
(will be removed later)
|
9 years ago |
Sami Vaarala
|
84bf7edfc8
|
Add duk_uidx_t type to config headers
Also: suggest DUK_USE_VALSTACK_UNSAFE for low memory.
Helps with code footprint.
|
9 years ago |
Sami Vaarala
|
9bde055868
|
Config option updates
- Add DUK_USE_EXEC_FUN_LOCAL config option
- Performance sensitive example updates
- Config example typo in option name
|
9 years ago |
Sami Vaarala
|
a4523d391d
|
Config metadata improvements
|
9 years ago |
Sami Vaarala
|
28090933e7
|
Config option for bufferobject support
|
9 years ago |
Sami Vaarala
|
478935ce54
|
No refcount to low memory example config
Commented out because it's probably not the best starting point unless
there's no alternative.
|
9 years ago |
Sami Vaarala
|
2481c34e2f
|
Add an examples directory to config
Also add examples for:
- Low memory
- Performance sensitive
- Timing sensitive
- Enable fastint
- Disable ES6
- Debug print levels
|
9 years ago |