Files
tinygo/compiler
Ayke van Laethem bbfa601d27 compiler: avoid nil pointer checks with unsafe.Pointer
The unsafe.Pointer type is used for many low-level operations,
especially in the runtime. It can for example be used to copy the
contents of a slice (in the copy builtin) independent of the slice
element type.
2020-03-27 07:38:16 +01:00
..
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00
2020-03-25 20:17:46 +01:00