Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set opt-level=0 in the live code editor.
The old opt-level=2 setting is only accessible when calling evaluate.json directly; neither of the playpen editor's two choices match it, and Cargo defines five profiles, none of which set opt-level=2. High performance can not be critical to a remote execution service subject to internet-scale latency, so opt-level=3 does not gain us much. (On the contrary, it'll probably increase compile times!) Also, we gain overflow checks at opt-level=0. Nice.
- Loading branch information