Skip to content

Wish List

Vincent Laporte edited this page Jul 9, 2021 · 4 revisions

Wish List

Arrays as argument of export functions

  • Particularly useful for stateful computations split in several functions (init/update/finalize)
  • Can be implemented similarly as for internal functions
  • Can be emulated with plain memory accesses, but without the convenience of arrays

Position-independent code

  • Can a Jasmin program be compiled as a shared object and then dynamically linked? Maybe. Bug reports welcome.
Clone this wiki locally