Currently vmTestbase tests uses hardcoded values for object sizes.
They might be incorrect for example for CompactObjectHeader case.
The even more complicated case are valhalla array sizes.
We might want to improve this size estimation and use whitebox/internal VM knowledge for this.
The solution might require the way either to run all tests with WhiteBox of additional module tags or start new VM with test flags to determine and print required information.
They might be incorrect for example for CompactObjectHeader case.
The even more complicated case are valhalla array sizes.
We might want to improve this size estimation and use whitebox/internal VM knowledge for this.
The solution might require the way either to run all tests with WhiteBox of additional module tags or start new VM with test flags to determine and print required information.