smarter caching

This commit is contained in:
2020-12-09 20:46:20 -06:00
parent 181ef8a18c
commit b1facfc92f
4 changed files with 10 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ typedef struct CCallFrame {
typedef enum IStringEnum {
ISTRING_INIT, // __init
ISTRING_EQUAL, // __equal
ISTRING_INDEX, // __index
ISTRING_NEWINDEX, // __newindex
ISTRING_GETTER, // __getter