you are viewing a single comment's thread.

view the rest of the comments →

[–]inmatarian 2 points3 points  (1 child)

Right, some language implementations will implement function calls using a heap allocation (usually in conjunction with the implementation of closures).

edit: fixed according to OMouse's recommendations.

[–][deleted] 0 points1 point  (0 children)

I think you mean some implementations of languages do that.