Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
226 days ago
The names need to be stored somewhere because they are exposed to the program that way
1 comments
mort96
226 days ago
They have to be stored somewhere, but they don't have to be what the JVM uses when it e.g performs a function call at runtime. Just having the names in memory doesn't slow down program execution.
link
saagarjha
226 days ago
At runtime this is going to be a branch instruction yes
link