Author Topic: peephole optimizer  (Read 7953 times)

Offline Manos

  • Jr. Member
  • *
  • Posts: 24
  • Country: gr
peephole optimizer
« on: February 16, 2015, 09:24:18 PM »
Hello.

I have implemented my own C compiler, based on the original LCC compiler
and I use NASM as a backend.
Is there a peephole optimizer for lcc for x86 using NASM ?

Thank you,
Manos.