Hacker News new | ask | show | jobs
by mintplant 1911 days ago
No, I'm referring to things like specialization, which you'll see used in any large language runtime built in C++, for example.
1 comments

So "type driven dispatch" meant only dispatch that can be decided at compile time? Is it even called dispatch at that point?
Yeah, static dispatch.