MasterDuke17
MasterDuke17
I recently was profiling rakudo startup by `exec()`ing moarvm multiple times in a loop in the runner program (diff here https://gist.github.com/MasterDuke17/1cc0dc0a6d78409a549e49b8570661f4). A perf report of `./rakudo-m -e ''` showed the...
Hm, now I believe the above comment may not be correct. I thought my MoarVM re-build went smoothly, but another test showed some problems, and when I redid it I...
But FWIW, `time ./rakudo-m -e ''` consistently was ~0.2s slower (7.0s vs 6.8s) on this branch.
That's how I understand what I did, yep.
@jnthn Updated with those two changes.
@patrickbkr or an Azure pipeline?
Closed by https://github.com/MoarVM/MoarVM/pull/1398 correct?
Some info: ``` [dan@alexandria perl6]$ MVM_SPESH_DISABLE=1 gdb --args raku -e 'class A { has int32 $.b is rw }; sub foo(int32 $c is rw) { $c += 1 }; my...
> Also @MasterDuke17 : do you have a small patch that partially replaces libtommath with GMP so that I can try out my changes as I go? Not yet, I...
Looks like you're missing a `-$(CMD)@gmpclean@ $(NOOUT) $(NOERR)` in build/Makefile.in