Changes between Version 1 and Version 2 of Ticket #226, comment 1


Ignore:
Timestamp:
Dec 31, 2020, 5:46:27 PM (5 years ago)
Author:
f37yu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #226, comment 1

    v1 v2  
    22
    33Note 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.
     4Currently generated code size is 2MB with N=5 and 8MB with N=6.
    45Caching is required to improve code generation.
    56