]> ocean-lang.org Git - ocean/commitdiff
parsergen: don't use static buffer for result value.
authorNeilBrown <neil@brown.name>
Fri, 26 Feb 2021 06:33:43 +0000 (17:33 +1100)
committerNeilBrown <neil@brown.name>
Wed, 10 Mar 2021 01:00:31 +0000 (12:00 +1100)
Add the size of the result value to the per-state information, so it can
be allocated before calling do_reduce(), thus removing the need for a
overly large static buffer.

Signed-off-by: NeilBrown <neil@brown.name>

No differences found