Bots, Bureaucrats, Interface administrators, smwadministrator, smwcurator, smweditor, Administrators
2,502
edits
Timo.stripf (talk | contribs) |
Timo.stripf (talk | contribs) (→Notes) |
||
Line 67: | Line 67: | ||
== Notes == | == Notes == | ||
* To move functions from <code>math.h</code>, use the [[Idiom Recognizer]] transformation to identify the functions and apply the code sinking transformation afterwards. | * To move functions from <code>math.h</code>, use the [[Idiom Recognizer]] transformation to identify the functions and apply the code sinking transformation afterwards. | ||
* Code sinking can be used in combination with other optimizations such as loop-invariant code motion. | * Code sinking can be used in combination with other optimizations such as [[Loop Invariant Code Motion|loop-invariant code motion]]. | ||
== References == | == References == |
edits