-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request