spo600:creating_a_gcc_pass
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| spo600:creating_a_gcc_pass [2025/02/18 12:34] – chris | spo600:creating_a_gcc_pass [2025/02/18 15:01] (current) – [Creating a GCC Pass] chris | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Creating a GCC Pass ====== | ====== Creating a GCC Pass ====== | ||
| + | |||
| + | **These are rough notes only!** Unfortunately, | ||
| ===== Structure of a Pass ===== | ===== Structure of a Pass ===== | ||
| Line 73: | Line 75: | ||
| fprintf (dump_file, ... ); | fprintf (dump_file, ... ); | ||
| }</ | }</ | ||
| + | |||
| + | ===== Resources ===== | ||
| + | |||
| + | This section will be extended -- watch for changes. | ||
| + | |||
| + | ==== On this Wiki ==== | ||
| + | * [[Building GCC]] | ||
| + | |||
| + | ==== On the Web ==== | ||
| + | * [[https:// | ||
spo600/creating_a_gcc_pass.1739882098.txt.gz · Last modified: 2025/02/18 12:34 by chris
