Skip to search formSkip to main contentSkip to account menu

Stack-based memory allocation

Known as: Stack, Stack allocation 
In most modern computer systems, each thread has a reserved region of memory referred to as its stack. When a function executes, it may add some of… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
Review
2015
Review
2015
STACK is online software which implements a question type designed to assess mathematics and is described in more detail in… 
2012
2012
Software watermarking algorithm based on stack allocation is proposed in this paper by analyzing the stack balance principle and… 
2011
2011
Traditional approaches to evaluating a system's vulnerability to Single Event Upsets (SEUs) require elaborate and costly… 
2005
2005
Programmers obfuscate their code to defeat manual or automated analysis. Obfuscations are often used to hide malicious behavior… 
2005
2005
This paper describes an assembly-language type system capable of ensuring memory safety in the presence of both heap and stack… 
2002
2002
Currently, there are 23 million Java-enabled handsets with more than 50 different models from 17-plus suppliers. With the growing… 
2001
2001
This thesis investigates the design and the correctness of a pointer analysis for the Java programming language. Although the… 
2000
2000
The C++ programming language offers a feature known as exception handling, which is used, for instance, to report error… 
1995
1995
Higher-order functions and the ability to create new functions at runtime, either by partial application or λ-abstraction of… 
1991
1991
Multiple lightweight processes or threads have multiple stacks, and a thread context switch moves execution from one stack to…