Closed guilhermeleobas closed 1 year ago
get_called_functions and DTypeComparison.run_pass where responsible for 80% of the compile-time in a single test:
get_called_functions
DTypeComparison.run_pass
Before:
After:
get_called_functions
andDTypeComparison.run_pass
where responsible for 80% of the compile-time in a single test:Before:
After: