- The
iterchunk
evaluation method only have support for theinterpreted
method, not for thecompiled
engine. The reason is thatiterchunk
does not have support for multithreading, and we decided that it is not worth to give support for compiled code to a method that cannot do multithreading.