Y
Hacker News
new
|
ask
|
show
|
jobs
by
sil3ntmac
4831 days ago
Sorry for my naivety, but when does Java use the stack? Only for primitive operations?
1 comments
pkolaczk
4831 days ago
If you turn Escape Analysis on, it allocates objects not escaping the local method scope on the stack.
link