-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
data structuresArea: internal data structuresArea: internal data structuresmediumSome experience and/or subject matter knowledge requiredSome experience and/or subject matter knowledge required
Description
Instead of the enum TypeList
in interpreter/src/headers.rs
, we should explore better type identifier means.
For example, can we generate a compile-time const for each object type that can be used to map to a trait object, where the trait object provides core runtime functions for each object type? This would be less verbose than the enums and mapping between tagged pointer types, possibly at some cost. Perhaps some combination of the two approaches would make sense?
Metadata
Metadata
Assignees
Labels
data structuresArea: internal data structuresArea: internal data structuresmediumSome experience and/or subject matter knowledge requiredSome experience and/or subject matter knowledge required