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

Method getOptimizationLevel

include/common/configure.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 OptLevel.store(Level, std::memory_order_relaxed);
62 }
63 OptimizationLevel getOptimizationLevel() const noexcept {
64 return OptLevel.load(std::memory_order_relaxed);
65 }
66
67 /// AOT compiler output binary format.
68 enum class OutputFormat : uint8_t {

Callers 2

compileMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected