Skip to content
Snippets Groups Projects

Misc. improvements

Merged rarbore2 requested to merge misc into main
3 files
+ 15
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
@@ -185,6 +185,12 @@ impl<'a> FunctionContext<'a> {
@@ -185,6 +185,12 @@ impl<'a> FunctionContext<'a> {
param_types: self.function.param_types.clone(),
param_types: self.function.param_types.clone(),
return_type: self.function.return_type,
return_type: self.function.return_type,
typing: self.typing.clone(),
typing: self.typing.clone(),
 
used_constants: self
 
.function
 
.nodes
 
.iter()
 
.filter_map(|node| node.try_constant())
 
.collect(),
num_dynamic_constant_parameters: self.function.num_dynamic_constants,
num_dynamic_constant_parameters: self.function.num_dynamic_constants,
partitions: manifests,
partitions: manifests,
// TODO: populate dynamic constant rules.
// TODO: populate dynamic constant rules.
Loading