Hacker News new | ask | show | jobs
by anonymousiam 113 days ago
That was close to my point. RAM prices are up 400% over last year. I know that 72KB seems like a pittance today, but any waste is bad -- especially in embedded environments.

I'm not really even saying this is wasteful. Maybe a static allocation would make more sense for critical exception handling code...

1 comments

Luckily no one is enabling c++ exceptions in embedded environments where ram usage at this level matters.