Reducing value count. IVM could take advantage of this.
This commit is contained in:
@@ -38,7 +38,8 @@ static bool IsIntType(TypeName type_name) {
|
||||
}
|
||||
|
||||
enum ValueFlags {
|
||||
VALUE_IS_CONSTANT = (1 << 1),
|
||||
VALUE_IS_CONSTANT = (1 << 1),
|
||||
VALUE_IS_ALLOCATED = (1 << 2), // Used by backends. Do not set.
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user