SpiceQA
Questions
Tags
Users
Badges
stack-frame
32 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Can't understand assembly generated for Rust code
user_12016688
0
•
asked Aug 19, 2022
2
0
86
rust
stack-frame
x86-64
assembly
How are variadic parameters represented on the stack when they are forwarded multiple times?
user_11328160
0
•
asked Jul 13, 2022
2
2
65
stack-frame
variadic
stack
variadic-functions
c
In x86-64 assembly, are C++ destructors implented by calling the destructor function before the function epilogue?
user_17934059
0
•
asked May 22, 2022
2
0
73
stack-frame
x86
destructor
c++
"There is no need to deallocate the stack at the end of the function when the inner-stack frame isn't modified", but it is being modified in this case
user_17934059
0
•
asked May 13, 2022
3
1
45
red-zone
stack-frame
x86-64
stack-memory
assembly
Why does GCC -O0 usually store the first local variable at [ebp-4], and why not always?
user_3371098
0
•
asked Apr 3, 2022
2
1
106
stack-frame
stack-memory
x86
assembly
gcc
Does java create all the stack frames for recursion before printing the code for the user?
user_15495793
0
•
asked Mar 16, 2022
2
1
34
stack-frame
callstack
recursion
java
Is it possible to get the source code of the current (multiline) statement using the stack frame?
user_13008124
0
•
asked Nov 16, 2021
1
0
42
stack-frame
python-internals
python
Trying to understand contents of stack frame x86-64
user_14428542
0
•
asked Oct 18, 2021
2
1
232
stack-frame
x86-64
stack-memory
assembly
How does alloca() work on a memory level?
user_11770390
0
•
asked Oct 1, 2021
44
5
2329
variable-length-array
alloca
stack-frame
c
C/C++ build a generic stack frame to call different callback functions
user_7426932
0
•
asked Aug 7, 2021
4
2
169
stack-frame
variadic
c
c++
1
(current)
2
3
4
Next
Next
Hot Questions