Skip to content

speedup `fullfile()` and part() with $

Clément DAVID requested to merge davidcl/scilab:fullfile-without-overload into main

The fullfile() macro uses a part(...,$) call which was implemented through an overload. A simple corner case can be implemented in the gateway to speed up this comparison and a whole set of gateway calls (horner, degree, ...).

Merge request reports