jserv / amacc

Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Other
1.01k stars 160 forks source link

Human readable branch information in IR listing #74

Closed HPCguy closed 3 years ago

jserv commented 3 years ago

Thank @HPCguy for the effort!

HPCguy commented 3 years ago

The main value of this commit is that it allows the user to see the actual IR flow of control for branches. Previously, control flow statements issued a (seemingly) random number for the IR branch addresses.

Thank you for merging and for your patient program management. :)