Changes between Version 1 and Version 2 of Ticket #226, comment 1
- Timestamp:
- Dec 31, 2020, 5:46:27 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #226, comment 1
v1 v2 2 2 3 3 Note 1: generated code size is also O(4^N^) due to thunk functions not being reused in otype assertions. This implies a heavy runtime penalty as too many local functions are created. 4 Currently generated code size is 2MB with N=5 and 8MB with N=6. 4 5 Caching is required to improve code generation. 5 6