MasterDuke17
MasterDuke17
> for the second benchmark you posted, it's probably important to note that `@a := nqp::split(...)` will create a new array each go-around, which is probably a big chunk of...
Huh, anybody have an idea what's happening here? https://dev.azure.com/MoarVM/MoarVM/_build/results?buildId=1423&view=logs&j=97945c8c-7ab8-5ec2-f2c7-7c8541d3bf5c&t=439f2dd7-104a-517a-a6b1-3f392bb69fda&l=2266
> do you know that the name exists in the dll for sure? maybe something changed somewhere. you should be able to use `dumpbin.exe /ALL D:\a\1\rakudo\13-cpp-mangling.dll` and `dumpbin.exe /ALL D:\a\1\rakudo\11-cpp.dll`...
> I think the nativecall errors are unrelated to this change. But if you can explain [dev.azure.com/MoarVM/MoarVM/_build/results?buildId=1436&view=logs&j=d36c29d8-9236-5cd5-d848-768a0b8a3eb3&t=d8ee4cfd-785a-54f9-bf7e-80664ee220b4&l=34](https://dev.azure.com/MoarVM/MoarVM/_build/results?buildId=1436&view=logs&j=d36c29d8-9236-5cd5-d848-768a0b8a3eb3&t=d8ee4cfd-785a-54f9-bf7e-80664ee220b4&l=34) I would most grateful. If I pull our i64toa_jeaiii out into a separate...
> i don't have the brain power right now to actually look deeply at anything, but this looks kind of suspicious? > >  > > but probably just something...
> Maybe this could be related. After finding some test failures in `t/nqp/115-nums.t` on 32-bit Alpine Linux, i too placed an `fprintf` in `MVM_coerce_i_s` (but i put it before the...
@Cellesti the Windows CI jobs are passing now. Are you able to test with this branch? If so, and you tell me it's good, I'll cleanup all the commits and...
Nope, I think the rest was for Windows. Thanks, seems like this is probably good to go.
I believe the leaks reported by asan aren't "real". MoarVM does not cleanup all it's memory when exiting unless passed the `--full-cleanup` option (which can be given on the NQP...
I noticed this when looking at https://github.com/Raku/nqp/issues/685.