Hacker News new | ask | show | jobs
by sklogic 3779 days ago
I am talking about the backend optimisations, not the frontend parts. Ada frontend got tons of sweet static information for the backend to consume.
1 comments

That makes more sense. Did you ever work on any Ada compiler I might have heard of?
Nothing fancy, I was simply implementing a subset of Ada for fun. I find it is the quickest way to learn or explore a language - write a compiler for a subset of it.

Frontend was awful and I never finished it, but the LLVM-style backend wad very easy to build.