Is that really true? I swear I’ve seen java codebases with methods thousands of lines long. What can possibly overflow in such a small amount of code?
The only thing that sounds possible to me is a value stored as a u8 or u16 in the bytecode format, with the assumption that methods are never very big, but that would still be surprising given that it’s a stack based VM.
Is that really true? I swear I’ve seen java codebases with methods thousands of lines long. What can possibly overflow in such a small amount of code?
The only thing that sounds possible to me is a value stored as a u8 or u16 in the bytecode format, with the assumption that methods are never very big, but that would still be surprising given that it’s a stack based VM.