cpsc411 / cpsc411-book

The WIP book for CPSC 411
Other
59 stars 7 forks source link

Remove optimize-predicates; merge into expose-basic-blocks #95

Open wilbowma opened 2 years ago

wilbowma commented 2 years ago

shows up in milestone-4, already an over large chapter. isn't particularly well explained or motivated, and really, it's trivial to implement in ebb.

The main benefit is introducing abstract interpretation, but it's at the wrong level (that should really happen way up at the top, probably, ala inlining or CP0?) and if we wanted to introduce abstract interpretation that should be its own chapter (or book) anyway