c64-livecoding/wip-duuqnd
John Lorentzson 7aff9db800 Add compiler optimization to get rid of IR-FETCHVARs when unneeded
It replaces the IR-FETCHVAR's result with the variable being
fetched. This only works when the only use is in an operation that
does not require a separate fetch be performed, such as those
implemented as CPU instructions.
2025-07-01 13:25:42 +02:00
..
user-side-compiler Add compiler optimization to get rid of IR-FETCHVARs when unneeded 2025-07-01 13:25:42 +02:00
public.inc Add public.inc 2025-05-08 21:17:09 +02:00