Y
Hacker News
new
|
ask
|
show
|
jobs
by
exceptione
337 days ago
Thanks for explaining that term. That sounds really bad indeed. Maybe this is way too technical, but representing them as stack pointers was unfeasible?
1 comments
jorkadeen
337 days ago
The JVM (and other VMs for that matter) do not grant direct access to the stack.
But the good news is that the common case incurs no overhead.
link
But the good news is that the common case incurs no overhead.