xls
xls copied to clipboard
In JIT create a function per operation
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 : Is this complete?
This has been fixed for a while