Files
tinygo/compiler/testdata
Ayke van Laethem 571447c7c1 compiler: add 'align' attribute to runtime.alloc calls
This adds something like 'align 4' to the runtime.alloc calls, so that
the compiler knows the alignment of the allocation and can optimize
accordingly.

The optimization is very small, only 0.01% in my small test. However, my
plan is to read the value in the heap-to-stack transform pass to make it
more correct and let it produce slightly more optimal code.
2024-07-03 07:31:37 +02:00
..
2023-09-18 21:58:02 +02:00
2024-05-24 19:12:26 +02:00
2024-05-24 19:12:26 +02:00
2024-07-02 07:02:03 -07:00
2023-09-18 21:58:02 +02:00
2021-04-12 12:07:42 +02:00
2023-09-18 21:58:02 +02:00
2022-01-19 14:42:02 -05:00
2023-09-18 21:58:02 +02:00
2023-09-18 21:58:02 +02:00
2023-09-18 21:58:02 +02:00
2023-09-18 21:58:02 +02:00
2023-09-18 21:58:02 +02:00
2024-05-24 19:12:26 +02:00