Files
tinygo/compiler
Ayke van Laethem ca823f9a0d compiler: remove unsafe.Pointer(uintptr(v) + idx) optimization
I have checked this conversion is not needed anymore after the previous
commit, by running various smoke tests of which none triggered this
optimization. The only case where the optimization would have kicked in
is in syscall/syscall_windows.go:76 of the Go standard library.
Therefore, I prefer to remove it to reduce code complexity.
2023-03-03 16:55:13 +01:00
..
2022-10-19 22:23:19 +02:00
2022-10-19 22:23:19 +02:00
2023-02-17 22:54:34 +01:00
2021-09-27 15:47:12 +02:00
2022-10-19 22:23:19 +02:00
2023-01-18 08:24:42 +01:00
2023-01-18 08:24:42 +01:00
2022-11-18 18:40:38 +01:00