I have to say, it's been great to read these posts as they came out.
Resources that vulgarize compiler internals are incredibly hard to find. Even though I already had a general idea what instruction selection and register allocation were, seeing them laid out it fine details really helped me get a better grasp of what makes the compiler tick.
I had sort of the same problem when jumping into Cranelift work -- this stuff is really not well-documented outside of the code itself. Happy to hear you found the posts useful!
2 comments
[ 5.8 ms ] story [ 18.4 ms ] threadResources that vulgarize compiler internals are incredibly hard to find. Even though I already had a general idea what instruction selection and register allocation were, seeing them laid out it fine details really helped me get a better grasp of what makes the compiler tick.
Thanks again for making this!