titzer / virgil

A fast and lightweight native programming language
1.22k stars 42 forks source link

Enable optimizations later in the pipeline #65

Open titzer opened 2 years ago

titzer commented 2 years ago

With https://github.com/titzer/virgil/commit/2b34472dc1c1c3f8236e315f14db7f7df36f3c16, I've added switches for turning on optimizations later in the pipeline, after specialization and normalization.

This is a tracking issue. There are a couple bugs and inlining should be enabled as well.