Stack: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Cic (talk | contribs)
m Killing "PlusPlus"
Add 'See Also' section to match the style guidelines.
Line 192:
The unwinding algorithm depends on the architecture. Normally this algorithm is provided in the language runtime library. When using GCC and C++ it is defined in the libsupc++ library linked with your application. However it doesn't happen, when creating a kernel. The libsupc++ library is also too bloated to use in kernel space.
 
== ReferencesSee Also ==
 
=== WebsitesArticles ===
 
=== Threads ===
* [[wikipedia:x86 calling conventions|Wikipedia on x86 calling conventions]]
 
* [[wikipedia:Stack (data structure)|Wikipedia on Stack]]
=== External Links ===
 
* [[wikipedia:x86 calling conventions|Wikipedia on x86 calling conventions]] on Wikipedia.
* [[wikipedia:Stack (data structure)|Wikipedia on Stack (data structure)]] on Wikipedia.
 
[[Category:OS theory]]