Skip to content
Snippets Groups Projects

Simple Store Load Forwarding

Merged rarbore2 requested to merge store_load_forwarding into main
5 files
+ 159
28
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -130,7 +130,7 @@ pub enum DynamicConstant {
* operate on an index list, composing indices at different levels in a type
* tree. Each type that can be indexed has a unique variant in the index enum.
*/
#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]
pub enum Index {
Field(usize),
Variant(usize),
Loading