Thanks very much for your reply, Ian. I had hoped this would not be
the answer, though :)
I think I can arrange to avoid calling from asm to Go at a minor cost.
That sounds like the best solution here.
Creating the stack map manually might be interesting exercise for
learning about this corner of
On Mon, Sep 19, 2016 at 3:56 PM, Caleb Spare wrote:
> I'm trying to call a Go function from asm and I'm having trouble figuring
> out the details.
>
> (In the past I've always endeavored to avoid this situation and make all my
> asm functions be leaf functions, but in my current use case it would
I'm trying to call a Go function from asm and I'm having trouble figuring
out the details.
(In the past I've always endeavored to avoid this situation and make all my
asm functions be leaf functions, but in my current use case it would be
most helpful to be able to call a Go helper.)
See the demo