Skip to content

Store Values in Value::Array

AdminXVII requested to merge AdminXVII/ion:array-values into master

Add a new type, Args, which represent the arguments to pass to an executable. Reduce copying in math operation as the types are already values

Based on a small test (100 samples of fibonnaci.ion), this improves performances by as much as 5% in scripts relying heavily on let statements and mathematical operations.

Edited by AdminXVII

Merge request reports