Relative Content

Tag Archive for x86

How can I find the start of a native method?

For a hobby project, I’m writing an x86 GC and JIT. For the GC, I need to maintain information about the stack layout (it’s a precise GC), for which I need to be able to find out which method the IP currently is in (and the complete call chain of course). How can you do this?

How can I find the start of a native method?

For a hobby project, I’m writing an x86 GC and JIT. For the GC, I need to maintain information about the stack layout (it’s a precise GC), for which I need to be able to find out which method the IP currently is in (and the complete call chain of course). How can you do this?