Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | PER, UPER: Optimize encoding using an intermediate format | Björn Gustavsson | |
There are some minor incompatibilities for BIT STRING: {bit,Position} is now only only supported for a named BIT STRING type. Values longer than the maximum size for the BIT STRING type would be truncated silently - they now cause an exception. | |||
2013-01-22 | Optimize encoding of ENUMERATED in per and uper | Björn Gustavsson | |
Always pre-encode the values for the enumeration. Clean up the code and let the per and uper back-ends share the code. | |||
2013-01-22 | Generate modules with selected run-time functions for compiler usage | Björn Gustavsson | |