Improve const parameter performance for simple datatypes

Issue #42 resolved
Eric Grange repo owner created an issue

const parameters are currently passed by reference all the time, which is quite sub-optimal for simple data types

Script engine should pass them by value when Size is 1 and the type is not a record or static array.

Comments (1)

  1. Log in to comment