grin-compiler / grin

GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
https://grin-compiler.github.io/
1.03k stars 38 forks source link

Strip externals #33

Closed csabahruska closed 5 years ago

csabahruska commented 5 years ago

Simple dead function elimination strips unused externals.

andorp commented 5 years ago

Looks good to me.