Skip to content

Commit 3d53fb6

Browse files
committed
Start documenting missed optimisation
1 parent 9fb6fc4 commit 3d53fb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/missed_optimisations.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# List of missed optimisations to look at later
2+
3+
This should be compiled to the identity. But the CSE environment seems to lose
4+
the relationship in the join after the first switch.
5+
6+
let f x =
7+
let not_x = if x then false else true in
8+
if not_x then false else true

0 commit comments

Comments
 (0)