Hacker News new | ask | show | jobs
by pcwalton 3972 days ago
The compiler problem here was in explicit scheduling, not counting outgoing registers. Modern C compilers for x86 architectures already do the latter.
1 comments

I recall learning that the important part of the optimization phase for Itanium was based on runtime performance analysis, not just static optimizations.