bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 164 forks source link

Don't enable the Cranelift verifier in release mode #603

Closed alexcrichton closed 3 years ago

alexcrichton commented 3 years ago

The verifier can end up taking a significant chunk of time. On a local test case this change decreases the CPU time used by lucetc from 30s to 6.5s.

pchickey commented 3 years ago

I have enabled Build forked pull requests in circleci - can we see if that gets a status reported on this PR? try force-pushing to trigger it perhaps.

Obsolete by #604