wrongly_optimized: { options = { booleans: true, conditionals: true, evaluate: true, } input: { function func() { foo(); } if (func() || true) { bar(); } } expect: { function func() { foo(); } // TODO: optimize to `func(), bar()` (func(), 1) && bar(); } } class='logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/sqlite.hh
AgeCommit message (Expand)Author