Files
tinygo/builder
Ayke van Laethem f4fd79f7be runtime: manually initialize xorshift state
This ensures:

 1. The xorshift state is initialized during interp.
 2. The xorshift state gets initialized to a real random number on
    hardware that supports it at runtime.

This fixes a big binary size regression from the previous commit. It's
still not perfect: most programs increase binary size by a few bytes.
But it's not nearly as bad as before.
2025-02-21 11:36:17 +01:00
..
2024-08-15 13:57:02 +02:00
2024-08-10 23:46:58 -07:00
2025-01-20 06:15:33 +01:00
2025-01-20 06:15:33 +01:00
2023-02-26 19:22:10 +01:00
2023-04-18 22:51:49 +02:00
2024-09-24 17:42:30 +01:00
2024-08-10 23:46:58 -07:00
2024-12-19 15:08:37 +01:00