davidgiven / cowgol

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

partial register cache invalidation #145

Closed shattered closed 3 months ago

shattered commented 3 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 3 months ago

That's really useful; thanks.