Files
tinygo/compiler
Ayke van Laethem 9fd0567fb5 compiler: fix stack overflow when creating recursive pointer types
There were two types that could result in a compiler stack overflow.
This is difficult to fix in LLVM 14, so I won't even bother. However,
this is trivial to fix with opaque pointers in LLVM 15. Therefore, this
fix is for LLVM 15 only.

Fixes: https://github.com/tinygo-org/tinygo/issues/3341
2022-12-22 17:45:05 +01:00
..
2022-11-18 18:40:38 +01:00
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2021-09-27 15:47:12 +02:00
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2022-11-18 18:40:38 +01:00