-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Description
There are unused functions and fields in the codegen module that should be removed or utilized.
Warnings
warning: field `symbols` is never read
--> namlc/src/codegen/cranelift/mod.rs:124:5
|
121 | pub struct JitCompiler<'a> {
| ----------- field in this struct
...
124 | symbols: &'a SymbolTable,
warning: function `call_array_get` is never used
--> namlc/src/codegen/cranelift/mod.rs:5388:4
warning: function `call_map_get` is never used
--> namlc/src/codegen/cranelift/mod.rs:5695:4
Action Items
- Remove or use
symbolsfield inJitCompiler - Remove or use
call_array_getfunction - Remove or use
call_map_getfunction
Priority
Low - these are warnings, not bugs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels