Files
tinygo/loader
Ayke van Laethem b716cf1afd loader/libclang: fix CGo-related crash
Sometimes when a GC happens while processing a C fragment with libclang,
a pointer-typed integer with value 0x1 ends up on the Go stack and the
GC will trip over it. This commit changes the offending struct type to
be uintptr_t instead of void*.

See https://go-review.googlesource.com/c/go/+/66332 for a similar
change.
2019-04-20 10:07:26 +02:00
..
2019-04-11 10:11:09 +02:00
2019-03-22 22:55:11 +01:00
2019-04-11 10:11:09 +02:00
2018-12-10 15:36:23 +01:00
2019-04-17 11:56:40 +02:00