summaryrefslogtreecommitdiff
path: root/test/c/vmatch.sail
AgeCommit message (Collapse)Author
2018-02-23Fix some bugs in C compilationAlasdair Armstrong
Fixed an issue with pattern matching on enums Fixed an issue whereby fix_early_returns would cause memory leaks Added optimizations for some of the builtins used in the decode function. Optimizations are turned on with the -O flag.