N64 Decompilation Patterns: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 October 2023

5 April 2023

  • curprev 20:1820:18, 5 April 2023Mkst talk contribs 790 bytes +790 Created page with "==Intro== The act of compiling source code loses a lot of the context and information present in the original source - and the higher the level of optimisation, the more information is lost; decompiling code compiled with <code>-O0</code> is significantly more straightforward than <code>-O2</code>. Some of the codegen differences can be fixed by adding random snippets such as <code>if(1){};</code> or wrapping statements in <code>do { ...} while(0)</code> statements. =..." Tag: Visual edit