HVM
HVM copied to clipboard
Fix long function names
Fixes #303. The threshold for truncating names is 31, not 32, since you need a byte for a null terminator.
We should increase the name size to 256 or so though
Closing in favor of https://github.com/HigherOrderCO/HVM/pull/317, which increases function name limit to 256.