Skip to content

reduce memory usage of functor compilation by O(10%)

Christoph Hasse requested to merge chasse_jit_less_mem into master

Reduce the memory footprint of compiling functors.
For example the required ram to compile the hlt2_pp_thor functor cache is reduced by ~ O(10-15%).

Improving the memory footprint of the functors more is going to be hard though because it seems to be just a consequence of the super heavy template usage :/

Edited by Christoph Hasse

Merge request reports