Hacker News new | ask | show | jobs
by Hydraulix989 3402 days ago
Any technical reasons in particular? I'm curious.

How many passes is it doing? I suspect they aren't doing much optimization then? Maybe they patch in differences in the ASTs at the IR level and work from there?

1 comments

My understanding is TCC does little to no optimization; it's intended to be used for bootstrapping.