Skip to content

Handle arrays properly in the runtime (part 1)

rarbore2 requested to merge rt_arrays into main
  • Support passing pointers between the host code and runtime
  • Calculate runtime sizes of arrays that need to be allocated
  • TODO: handle non-zero constant arrays
  • TODO: better host code interface

Merge request reports