MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setOptimizationLevel

Method setOptimizationLevel

include/common/configure.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 Oz
59 };
60 void setOptimizationLevel(OptimizationLevel Level) noexcept {
61 OptLevel.store(Level, std::memory_order_relaxed);
62 }
63 OptimizationLevel getOptimizationLevel() const noexcept {
64 return OptLevel.load(std::memory_order_relaxed);
65 }

Callers 5

ToolFunction · 0.80
CompilerFunction · 0.80
compileMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 2

compileMethod · 0.64
TEST_PFunction · 0.64