Files
tinygo/src/runtime
Ayke van Laethem 91d1a23b14 compiler,runtime: translate memzero calls to LLVM memset intrinsics
This gives the optimizer a bit more information about what the calls do.
This should result in slightly better generated code.

Code size sometimes goes up and sometimes goes down. I blame the code
size going up on the inliner which inlines more functions, because
compiling the smoke tests in the drivers repository with -opt=1 results
in a slight code size reduction in all cases.
2020-03-27 21:01:59 +01:00
..
2018-09-14 20:58:00 +02:00
2019-04-13 19:58:58 +02:00
2020-03-17 12:16:10 +01:00
2019-05-11 15:33:37 +02:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2019-02-19 15:54:36 +01:00
2019-12-29 10:48:28 +01:00
2018-08-30 05:48:16 +02:00
2018-08-30 05:48:16 +02:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2020-03-17 19:25:30 +01:00
2018-09-16 13:01:03 +02:00