Currently, the binary format of PVQ program is the standard polkavm binary format. For a simple sum-balance program, it's 6.1KB, which is too large.
While the LeakingAllocator is in every PVQ program, it occupies too much code size. So, probably we can separate it from the PVQ program and link it when we initialize the PVM instance.
Currently, the binary format of
PVQprogram is the standard polkavm binary format. For a simplesum-balanceprogram, it's 6.1KB, which is too large.While the
LeakingAllocatoris in every PVQ program, it occupies too much code size. So, probably we can separate it from the PVQ program and link it when we initialize the PVM instance.