| | The Old New Thing : Uninitialized garbage on ia64 can be deadly (Site not responding. Last check: 2007-10-22) |
 | | The ia64 introduces yet another possible bad consequence of a mismatched function signature which you may have thought was harmless. |
 | | There is a special form of load instruction on the ia64 which attempts to load the value from memory, but if the load fails (because the memory is paged out or the address is invalid), then instead of raising a page fault, all that happens is that NaT bit gets set, and execution continues. |
 | | In tomorrow's entry, I'll talk about some other ways the ia64 will make you pay the penalty when you take shortcuts in your code and manage to skate by on the comparatively error-forgiving i386. |
| blogs.msdn.com /oldnewthing/archive/2004/01/19/60162.aspx (3324 words) |