Hi all, sometimes the compiler creates unused loca...
# kontributors
u
Hi all, sometimes the compiler creates unused local variables in Java bytecode code. Is this expected behavior with neglectable performance impact? Or is it considered a bug?
y
I'm not sure about the specific case that you've encountered, but in some cases those variables are needed to support debugging. there should be no performance impact
u
Thx for the insight