diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-16 11:46:37 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-16 11:46:37 +0900 |
| commit | 9b604abc8300d378bb32fb0e88d6f0831ed7e0d9 (patch) | |
| tree | 20664372127568e9c64a070ef9a87874958e8a9c /include | |
| parent | 304b52fabe1c9672adac79dcc7777b07a468b6a4 (diff) | |
| download | mruby-9b604abc8300d378bb32fb0e88d6f0831ed7e0d9.tar.gz mruby-9b604abc8300d378bb32fb0e88d6f0831ed7e0d9.zip | |
Enable `YYSTACK_USE_ALLOCA`.
It used heap allocated memory for the parser stack, but there's
possibility of parser termination by exceptions. In that case, the
parser stack memory is leaked.
We were afraid of stack consumption, but parser stack size is only 4KB,
so we don't have to worry about it (at least for the parser).
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
