improve performance for integers
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
ArgonObject *BASE_CLASS = NULL;
|
||||
|
||||
|
||||
ArgonObject *new_object() {
|
||||
ArgonObject *object = ar_alloc(sizeof(ArgonObject));
|
||||
object->type = TYPE_OBJECT;
|
||||
|
||||
Reference in New Issue
Block a user