All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Decompedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:18, 5 April 2023 Mkst talk contribs created page N64 Decompilation Patterns (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