Back to Browse

Building a Compiler - Optimization and Register Allocation

905 views
Sep 16, 2024
48:21

My compiler works, but it's painfully inefficient. It's time to invent a solution to tracking register state, so that we don't need to do quite so much via the stack. It turns out this is a bit more complicated than my previous back of the napkin sketches! Stream date: 2024-09-09 Support the stream: https://ko-fi.com/tommarkstalkscode Source: https://github.com/phy1um/rust-simple-vm Streamed live @ https://twitch.tv/TomMarksTalksCode Join my Discord: https://discord.gg/AP4wkdAGt4 Follow me at https://coding.tommarks.xyz Email: [email protected]

Download

1 formats

Video Formats

360pmp489.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Building a Compiler - Optimization and Register Allocation | NatokHD