Talk:Interprocedural optimization: Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 85.179.117.150 - ""
Mistype acknowledged, and fixed in the article.
Line 12:
1. In the pseudocode-Example when you reduce the silly function calls you end up with Print 7; Print -6; Print -6;
Think it should be Print 7; Print -1; Print -6;
: Yep, a mistype. Brain pain in presenting the in-line equivalent, then brain absence in copying just the print statements. Oops. [[User:NickyMcLean|NickyMcLean]] ([[User talk:NickyMcLean|talk]]) 22:26, 17 April 2011 (UTC)
 
2. The discussion about a prime factor decomposition containing should contain 1 als a prime or not is surplus, cause the uniqueness of a prime factor
decomposition makes it necessary to not take 1 as a prime factor.