Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid val() when returning from MSC.execute()
This can be noticed in profiling when passing arrays to iclosures, for example. In a lot of cases the string builder does not need to complete, so a potentially expensive CArray.val() can be avoided.
- Loading branch information