polkavm
polkavm copied to clipboard
Support the C extension
- This has to only be handled in the linker.
- Functionally this shouldn't make a difference, but it will allow us to assume that code addresses are only 16-bit aligned, which will allow us to cut the size of the jump tables by half.
Is this still true with rv64 support?
Yes.