I've experimented with this in the past, but the VM calling convention (non tail calls) should be refactored s.t. call frames are not being managed via recursion. The issue has largely been the performance hit incurred with manual call frame management.
I've experimented with this in the past, but the VM calling convention (non tail calls) should be refactored s.t. call frames are not being managed via recursion. The issue has largely been the performance hit incurred with manual call frame management.