|
|
|
|
|
by saagarjha
2874 days ago
|
|
Your comment was killed very quickly, strangely, but I though it had valid content so I revived it. The actual issue against inlining is that anybody can intercept method calls, even from places that the compiler cannot know about such as bundles loaded at runtime. So this isn’t even an issue with Turing-completeness; it’s an impossible problem to solve at compile time. |
|
That's the key thing - other languages which solve this solve it dynamically.