-
Notifications
You must be signed in to change notification settings - Fork 62
Wish List
Vincent Laporte edited this page Jul 9, 2021
·
4 revisions
- 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
- Can a Jasmin program be compiled as a shared object and then dynamically linked? Maybe. Bug reports welcome.