mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 10:14:05 +00:00
Cache type size/align; Improve speed of ir_print.cpp
This commit is contained in:
@@ -97,8 +97,9 @@ struct Entity {
|
||||
bool is_export;
|
||||
} Variable;
|
||||
struct {
|
||||
bool is_type_alias;
|
||||
Type *type_parameter_specialization;
|
||||
bool is_type_alias;
|
||||
Type * type_parameter_specialization;
|
||||
String ir_mangled_name;
|
||||
} TypeName;
|
||||
struct {
|
||||
OverloadKind overload_kind;
|
||||
|
||||
Reference in New Issue
Block a user