Files
tinygo/compiler
Ayke van Laethem e5029c63d1 compiler: optimize ptrtoint+add+inttoptr pattern
This pattern is often used in some runtime intrinsics (especially the
ones related to slices) to do pointer arithmetic with unsafe.Pointer and
uintptr because Go does not support pointer arithmetic.

Recognizing this pattern and replacing it with a gep instruction
improves code size in various tests.
2019-04-11 09:16:10 +02:00
..
2019-01-31 16:22:05 +01:00
2019-01-31 16:22:05 +01:00
2019-01-27 19:26:16 +01:00
2019-02-19 15:54:36 +01:00