|
|
|
|
|
by phpnode
3775 days ago
|
|
In theory, the opposite, because a compiler knows that a constant binding never changes so the value it references can be inlined everywhere it is used without having to do runtime checks. But I think engines are not doing this yet. |
|