Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stack-frame
Is the gcc insane optimisation level (-O3) not insane enough?
Oct 03, 2018
optimization
gcc
stack-frame
Is there a simple way to obtain all the local variables in the current stack frame in C# (or CIL)
Oct 28, 2019
c#
.net
debugging
cil
stack-frame
GetFileLineNumber() returns 0, even though I'm using a debug build
Sep 28, 2021
c#
visual-studio
visual-studio-2010
stack-frame
How do called functions return to their caller, after being called?
Feb 17, 2022
c
compiler-construction
abi
function-call
stack-frame
How do I get the executing object for a stackframe?
Aug 07, 2022
c#
reflection
stack-trace
stack-frame
Why does GCC drop the frame pointer on 64-bit?
Sep 19, 2022
gcc
assembly
x86
64-bit
stack-frame
Function Prologue and Epilogue in C
Nov 03, 2022
c++
c
assembly
stack-frame
epilogue
how to expand size of Java stack trace to see bottom of stack? (triggering a stack overflow)
Sep 17, 2022
java
debugging
scala
stack-overflow
stack-frame
exception call stack truncated without any re-throwing
Oct 28, 2018
c#
.net
exception
stack-trace
stack-frame
ENTER and LEAVE in Assembly?
Sep 05, 2022
assembly
x86
stack-frame
Does omitting the frame pointers really have a positive effect on performance and a negative effect on debug-ability?
Jul 16, 2019
performance
visual-studio-2010
visual-c++
x86
stack-frame
What is between ESP and EBP?
Aug 31, 2022
debugging
visual-c++
x86
cpu-registers
stack-frame
How does alloca() work on a memory level?
Oct 02, 2022
c
variable-length-array
stack-frame
alloca
explanation about push ebp and pop ebp instruction in assembly
Aug 28, 2022
assembly
x86
callstack
stack-frame
"enter" vs "push ebp; mov ebp, esp; sub esp, imm" and "leave" vs "mov esp, ebp; pop ebp"
Oct 25, 2022
assembly
x86
stack
micro-optimization
stack-frame
GetEntryAssembly for web applications
Aug 27, 2022
c#
reflection
assemblies
code-generation
stack-frame
What are the ESP and the EBP registers?
Aug 27, 2022
assembly
x86
callstack
stack-frame
What is a stack map frame
Oct 15, 2022
java
jvm
bytecode
stack-frame
What is the difference between parent.frame() and parent.env() in R; how do they differ in call by reference?
Aug 17, 2022
r
environment
function-call
stack-frame
Trying to understand gcc option -fomit-frame-pointer
Aug 17, 2022
c
performance
gcc
cpu-registers
stack-frame
« Newer Entries
Older Entries »