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: 99479afe77 | (Daniel Green)++ | Configure.pl
Add `--has-mimalloc` option to use system mimalloc
02:04
MoarVM: 0215e3fcf6 | MasterDuke17++ (committed using GitHub Web editor) | Configure.pl
Merge pull request #1742 from MasterDuke17/allow_using_system_mimalloc
MasterDuke [Coke]: you use rakudo on a windows machine, right? 02:21
MasterDuke well, i can get the `got: "MoarVM oops in spesh thread: Unknown handler in inline cache entry\n\n"` fail to repro pretty easily locally, just run t/09-moar/01-profilers.t in a loop with a spectest running in the background 02:36
to no great surprise, disabling the jit doesn't make a difference 02:43
nine MasterDuke: what about the expression JIT? 05:47
timo1 inline caches are a bare-spesh feature, or actually isn't it also used for dispatchers when they are not yet touched by spesh? 09:37
nine Oh "doesn't make a differenct" not "does make a difference" 11:10
jnthn The inline caches are used regardless of spesh; spesh mines what is in them, though. 13:46
timo1 jo/nathan 15:10