ReBenchDB for SOMpp

Comparing 8a8617 with 1e17f7

Version Details

Baseline
8a8617 master
Stefan Marr
Make VMFrame an AbstractVMObject and allow for more inlining (#54)

AbstractVMObject is simpler than VMObject, avoids some fields and other bits.

The rest is moving some bits to headers to allow the compilers to inline.
CI ID 20507
Change
1e17f7 perf-improvements
Stefan Marr
Avoid nil-ing out VMArrays twice

It’s done in VMObject already
CI ID 20508
Significant Change