Caterpillar

Daily Thought - 2024-09-02

< back to list

On the topic of performance versus developer experience, specifically in regards to call stack reconstruction, it's worth noting that this specific cost in performance can be made optional.

It's totally possible to control call stack hints via a compiler flag, so if the developer decides that getting that last bit of performance is important, they can be disabled. And of course, re-enabled on demand, where necessary.

<< previous thoughtnext thought >>