05-27-2018, 11:55 PM
Thanks a lot, Britlion. :!: Hope you're doing well. :roll:
I'm about to finish the new peephole optimizer!!
This way you can specify the compiler new optimization strategies.
For example, this "optimization template" <!-- m --><a class="postlink" href="http://bit.ly/2J8rXnY">http://bit.ly/2J8rXnY</a><!-- m --> describes how to remove sequences like
when using -O1 flag or higher
I'm about to finish the new peephole optimizer!!
This way you can specify the compiler new optimization strategies.
For example, this "optimization template" <!-- m --><a class="postlink" href="http://bit.ly/2J8rXnY">http://bit.ly/2J8rXnY</a><!-- m --> describes how to remove sequences like
Code:
push hl
pop hl