Skip to content

Commit

Permalink
Add a note about the fixed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Apanatshka committed Apr 22, 2020
1 parent 7c004dd commit d610618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/release/note/2.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SDF
~~~

- The Java version of sdf2table is now slightly faster and takes up less peak memory due to improvements in writing away the parsetable to file.
- The old (Aster based) version of make-permissive (to add error recovery to your grammar) used to be called in a way that create a small memory leak, which would compound over time with subsequent builds. This is has now been fixed. The old version of make-permissive is only in effect if you use `sdf2table: c` in your `metaborg.yaml` file.

Parser
~~~~~~
Expand Down

0 comments on commit d610618

Please sign in to comment.