Displaying 1 result from an estimated 1 matches for "1056429".
Did you mean:
105629
2016 Jul 03
2
Status of stack walking in LLVM on Win64?
Hi all,
I'm developing a novel language that has historically used LLVM for code
generation, behind a custom self-hosted front-end. The runtime for this
language offers a garbage collector.
In the past I've been on 32-bit Windows where precise garbage collection is
relatively straightforward (as long as FPO is disabled). Walking the stack
is a simple bit of pointer chasing and some