polkavm icon indicating copy to clipboard operation
polkavm copied to clipboard

Support the C extension

Open koute opened this issue 1 year ago • 2 comments

  • 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.

koute avatar Nov 19 '23 07:11 koute

Is this still true with rv64 support?

athei avatar Nov 22 '23 15:11 athei

Yes.

koute avatar Nov 22 '23 15:11 koute