use hashmap in constants buffer to speed up translation time with large files
This commit is contained in:
@@ -34,7 +34,7 @@ struct ArgonObject {
|
||||
char* name;
|
||||
ArgonObject *self;
|
||||
ArgonObject *baseObject;
|
||||
struct hashmap *fields; // dynamic fields/methods
|
||||
struct hashmap_GC *fields; // dynamic fields/methods
|
||||
union {
|
||||
mpq_t as_number;
|
||||
bool as_bool;
|
||||
|
||||
Reference in New Issue
Block a user