Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Geth MoarVM: patrickbkr++ created pull request #1757:
Fix Windows build
10:19
Geth MoarVM/main: 278af76749 | (Patrick Böker)++ | build/setup.pm
Fix Windows build

In the libuv bump to 1.45.0 there was a change introducing more libs to link to:
  github.com/libuv/libuv/commit/748d...182c47f163
... (6 more lines)
11:01
MoarVM/main: b98c4b02c9 | (Patrick Böker)++ (committed using GitHub Web editor) | build/setup.pm
Merge pull request #1757 from patrickbkr/fix-windows-build

Fix Windows build
Geth MoarVM: MasterDuke17++ created pull request #1758:
trying mingw64 instead of mingw32
12:40
Geth MoarVM/main: 1550dc7c0b | (Daniel Green)++ | 11 files
Use JFS64 instead of TinyMT64 as our PRNG

The Mersenne Twister is now a bit outdated and there are alternatives that are both faster and have better statistical properties.
13:49
MoarVM/main: 495d4f1604 | (Daniel Green)++ | src/io/procops.c
Use uint64 -> double conversion from TinyMT
MoarVM/main: b039b913b6 | MasterDuke17++ (committed using GitHub Web editor) | 11 files
Merge pull request #1685 from MasterDuke17/use_jfs64_instead_of_tinymt

Use JFS64 instead of TinyMT64 as our PRNG