Hi,<div dir="auto">I’m trying to build a GC for my language and have some issues there, in particular with stack maps. I’m using the statepoints approach and need custom stackmap format (for AOT compiled code), which is basically just offsets of pointers on the stack. I’ve read the doc <a href="https://llvm.org/docs/StackMaps.html">https://llvm.org/docs/StackMaps.html</a>, but I can’t understand how to use it to get just offsets of pointers on the stack. Could you please help?</div><div dir="auto"><br></div><div dir="auto">Another question is about value types with pointers. Consider</div><div dir="auto">%String = type {i32, i8*}</div><div dir="auto">Does stackmap also records pointer within this value type?</div>