Tagha icon indicating copy to clipboard operation
Tagha copied to clipboard

Create MELT (GCC) plugin for GIMPLE -> TASM or

Open assyrianic opened this issue 5 years ago • 0 comments

From this stack overflow link

Necrolis

You might find it easier to write a plugin for GCC, which would allow you to hook the GIMPLE generation and alter it inside GCC, which should drop the downtime of saving, editing then trying to compiler from GIMPLE form. MELT is one such plugin (though it offers way more than just altering the lower level representations). There is also a nice PDF here on GIMPLE altering plugins.

Else, you can look here for information on how GCC's GIMPLE works. In terms of dumping GIMPLE out:

You can request to dump a C-like representation of the GIMPLE form with the flag -fdump-tree-gimple.

Links: gcc plugins gcc plugins pdf GIMPLE info

assyrianic avatar Jul 08 '18 15:07 assyrianic