|
|
|
|
|
by apaprocki
343 days ago
|
|
Both register windows and the delay slot exist on SPARC processors, which you’re much more likely to run into in a data center (running open-source software). Itanium was the really odd one — it not only used register windows but could offload some of the prior windows onto the heap. Most people would probably never notice… unless you’re trying to get a conservative scanning GC working and are stumped why values in some registers seem to not be traced… |
|