shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

feval is slow #27

Closed shsajjadi closed 7 months ago

shsajjadi commented 7 months ago

Using the builtin feval to call a function that is generated by Coder is as slow as calling other builtin functions because it disables the octave_value_list pool allocator. A custom implementation of feval in Coder runtime should fix the problem.

shsajjadi commented 7 months ago

Fixed by: 86c288684b6ba5a2ee8c973133c202322a6be6cd