Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Mark $name parameter in symbol a str.
Eliminates the most common source of box allocations in compilation.
For example, in the `for ^500 { EVAL 'regex { abcdef }' }` example we
knock several hundred thousand allocations, and 3 whole GC runs, off.- Loading branch information