Hacker News new | ask | show | jobs
by jakub_h 3779 days ago
I thought that type stability was actually a crucial notion in real-world dynamic language implementations? Witness inline caches and polymorphic inline caches, for example.
1 comments

The concept is certainly not new, but googling "type stability" seems to only turn up Julia-related pages or other, unrelated uses of the term, so it seems like this usage may have been coined in the Julia community. If you find prior uses with this meaning, please do let me know.
Yeah seems so. Perhaps worth having a wikipedia page for it now!