-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
types and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch
Description
The order of types in a Union should be mostly irrelevant, but with WIP work on inline, isbits Union types, the "default initialization" for Arrays requires the underlying Union selector byte to be zeroed out (otherwise an array element could be tagged as an "out of bounds" type for the Union). There are a few conveniences if the Union types sort order followed a pattern like:
- Singleton types
- Sizeof isbits types
- All reference types....alphabetically?
nalimilan, ararslan and iblislin
Metadata
Metadata
Assignees
Labels
types and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch