Hacker News new | ask | show | jobs
by ndiddy 1201 days ago
That's kind of surprising they cared so much about memory use, a lot of one-shot C programs such as compilers don't bother freeing memory and let the OS clean up after them once they exit.
1 comments

I was about to comment and say the same thing, but as a graded learning exercise there is certainly value in that approach.