koplyarov/joint

Redesign the ABI

koplyarov opened this issue · 0 comments

Blocked by #8.

  • Make structs flat
  • Minimize the number of allocations required
  • Allocate stack memory for everything (except large strings) on the caller site
  • Pass large strings allocator from the caller