diff options
author | Ben Smith <binji@chromium.org> | 2016-09-05 19:22:48 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-05 19:26:03 -0700 |
commit | 294622a979ffae3b72394cc5120257fbd2c88e2e (patch) | |
tree | 66d0fbe3cc05715ec6bf4a71007641d12f320193 /demo/demo.js | |
parent | 1978d8fd6a0360d4733588079e5129518d189d43 (diff) | |
download | wabt-294622a979ffae3b72394cc5120257fbd2c88e2e.tar.gz wabt-294622a979ffae3b72394cc5120257fbd2c88e2e.tar.bz2 wabt-294622a979ffae3b72394cc5120257fbd2c88e2e.zip |
increase YYMAXDEPTH of bison parser
This fixes the "memory exhausted" error for relatively small files.
Since the grammar is right-recursive, the parser stack depth can easily
increase above the default YYMAXDEPTH of 10000.
Fixes #98.
Diffstat (limited to 'demo/demo.js')
0 files changed, 0 insertions, 0 deletions