Re: [go-nuts] asmcgocall and async preemption

2020-03-29 Thread Laevus Dexter
I see, thank you. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://grou

Re: [go-nuts] asmcgocall and async preemption

2020-03-29 Thread Ian Lance Taylor
On Sun, Mar 29, 2020 at 9:42 AM Laevus Dexter wrote: > > Go 1.14 has introduced new async preemption stuff. > I'm wondering what would happen if you were inside C code and preemption > signal has arrived? How can I reproduce this case to test stuff like this: > https://github.com/LaevusDexter/as

[go-nuts] asmcgocall and async preemption

2020-03-29 Thread Laevus Dexter
Go 1.14 has introduced new async preemption stuff. I'm wondering what would happen if you were inside C code and preemption signal has arrived? How can I reproduce this case to test stuff like this: https://github.com/LaevusDexter/asmcgocall ? -- You received this message because you are subsc