Open afscrome opened 9 years ago
Investigate whether we can store local variables using a slotted array. This would improve the performance of retrieving variables to a single array lookup rather than having to do a a dictionary lookup by key.
IRuntimeVariables may be worth looking at. Need to consider careful how to handle this in nested contexts.
Investigate whether we can store local variables using a slotted array. This would improve the performance of retrieving variables to a single array lookup rather than having to do a a dictionary lookup by key.