-
- Downloads
Major Optimization: Perform Builtin Lookup When Parsing (#587)
Rather than performing a lookup for a given builtin command for each statement repeatedly, this will only perform the builtin lookup once when parsing the statement, so that looped blocks will not have to perform repeated future lookups.
Loading
Please register or sign in to comment