mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-31 05:00:07 +00:00
smarter caching
This commit is contained in:
@@ -37,6 +37,7 @@ typedef struct CObj {
|
||||
|
||||
typedef struct CObjString {
|
||||
CommonHeader; // "is a" CObj
|
||||
bool isIString;
|
||||
int length;
|
||||
char *str;
|
||||
uint32_t hash; // for hashtable lookup
|
||||
|
||||
Reference in New Issue
Block a user