dalek arVM: 79b9b38 | FROGGS++ | src/6model/reprs/P6 (4 files):
support C type sized P6ints and P6nums

We can now ask the P6int repr to give us a an int, that is as wide as a long in C on the current platform. This should solve the issues with NativeCall on 32 bit machines. arnsholt++ and jnthn++ for the solution.
22:48
arVM: 78890ef | FROGGS++ | src/6model/reprs/P6 (2 files):
unconfuse bits and bytes
MoarVM: 9106bee | FROGGS++ | / (24 files):
MoarVM: Merge branch 'master' of github.com:MoarVM/MoarVM into longer