Explaining my fast 6502 code generator

Viewed 21
The post presents a new 6502 code generator that emphasizes its speed in generating assembly code. However, a user comment raises a crucial point about the significance of measuring the code generator's performance without considering the execution speed of the generated code. This highlights a potential oversight in evaluating the overall efficiency of the code generation process.
0 Answers