davidgiven / cowgol

A self-hosted Ada-inspired programming language for very small systems.
BSD 2-Clause "Simplified" License
247 stars 20 forks source link

partial register cache invalidation #145

Closed shattered closed 6 months ago

shattered commented 6 months ago

I was trying to make register allocator respect register cache; this didn't produce smaller code but exposed these missing cache invalidations.

davidgiven commented 6 months ago

That's really useful; thanks.