xls icon indicating copy to clipboard operation
xls copied to clipboard

In JIT create a function per operation

Open meheff opened this issue 2 years ago • 1 comments

The JIT can be very slow to compile. I suspect it is because we are creating enormous functions. We should create a single function per node to speed things up.

meheff avatar May 14 '22 14:05 meheff

@meheff : Is this complete?

RobSpringer avatar Jun 24 '22 23:06 RobSpringer

This has been fixed for a while

meheff avatar Oct 27 '22 16:10 meheff