|
|
|
|
|
by rockdoe
4002 days ago
|
|
If the language defers explicitness until runtime then there's nothing a compiler or interpreter can do to get rid of the overhead. With things like a JIT it can see it at runtime, but that's still overhead to handle the detection and the bail-out situations. |
|
Edited: Correct my bad grammar.