Newbetuts
.
New posts in stack-memory
What is an assembly-level representation of pushl/popl %esp?
assembly
x86
stack-memory
instruction-set
stack-pointer
Why is GCC pushing an extra return address on the stack?
assembly
gcc
x86
memory-alignment
stack-memory
Why not use pointers for everything in C++?
c++
pointers
heap-memory
stack-memory
How does the stack work in assembly language?
assembly
stack
callstack
stack-memory
Is accessing data in the heap faster than from the stack?
c++
c
performance
heap-memory
stack-memory
Do Java primitives go on the Stack or the Heap?
java
heap-memory
stack-memory
Object creation on the stack/heap?
c++
initialization
heap-memory
stack-memory
Is a Java array of primitives stored in stack or heap?
java
arrays
heap-memory
primitive-types
stack-memory
What is the function of the push / pop instructions used on registers in x86 assembly?
assembly
x86
terminology
stack-memory
stack-pointer
Memory allocation: Stack vs Heap?
c#
.net
heap-memory
stack-memory
Arrays, heap and stack and value types
c#
arrays
memory
heap-memory
stack-memory
Why is there no "sub rsp" instruction in this function prologue and why are function parameters stored at negative rbp offsets?
c
assembly
x86-64
stack-memory
red-zone
When vectors are allocated, do they use memory on the heap or the stack?
c++
vector
stl
heap-memory
stack-memory
Stack vs heap allocation of structs in Go, and how they relate to garbage collection
go
heap-memory
stack-memory
What are the dangers when creating a thread with a stack size of 50x the default?
c#
.net
memory
stack-memory
Why are the terms "automatic" and "dynamic" preferred over the terms "stack" and "heap" in C++ memory management?
c++
heap-memory
stack-memory
automatic-storage
How are multi-dimensional arrays formatted in memory?
c
arrays
memory
data-structures
stack-memory
Prev