MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / optimize_remove_nop

Method optimize_remove_nop

crates/parser/src/lib.rs:112–114  ·  view source on GitHub ↗

Returns whether `Nop`/`MergeBarrier` removal is enabled.

(&self)

Source from the content-addressed store, hash-verified

110
111 /// Returns whether `Nop`/`MergeBarrier` removal is enabled.
112 pub const fn optimize_remove_nop(&self) -> bool {
113 self.optimize_remove_nop
114 }
115
116 #[cfg(parallel_parser)]
117 /// Set the number of threads for parallel parsing.

Callers 1

optimize_instructionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected