Changes after code generation profiling
I am poking through performance bottlenecks in order to speed up code generation. This always boils down to memoization of expensive function calls.
This fixes #74 (closed).
Edited by Dominic Kempf
I am poking through performance bottlenecks in order to speed up code generation. This always boils down to memoization of expensive function calls.
This fixes #74 (closed).