Hacker Newsnew | past | comments | ask | show | jobs | submit | outpost_mystic2's commentslogin

By default in oxcaml, "stack" / local allocations happen in a separate stack on the heap (which the runtime allocates for you). If you allocate enough to exceed that capacity, it will resize it dynamically for you.


So stack-local arena. Neat.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: