Talk:CompilerDev/Implementing Conditional Statements And Loops: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 10:
 
* OK, that sounds reasonable. I was using MIPS mainly because it presents fewer problems for compiler code generation than x86 as a rule (though the expanded register file in the x86-64 makes register painting easier, which is usually the biggest problem for x86 compiler writers), but as you said, it isn't familiar for most of the people using the wiki. If the wiki had a way to show multiple code examples as tabs, however, that would allow us to have examples for several ISAs.
 
** The vast majority of compilers will implement the branch instructions and perform optimizations on its own intermediate code, rather than doing it at the machine code level. Thus some sort of pseudocode is probably more appropriate for this article. [[User:Jnc100|John]] 13:50, 30 October 2016 (CDT)
Return to "CompilerDev/Implementing Conditional Statements And Loops" page.