Skip to content

PVQ program binary format #59

@mise42

Description

@mise42

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions