Hi there
I'd like to run an analysis on my code, I'm managing well to split large subs into smaller pieces but then wondering if its possible just to take the string of your sub, pass it to some "bytecode calculator" which will tell you the size of "bytecode"? I guess this way I can easily target large subs, or rather count the number of lines of my subs?
#JustWondering
There is a Java limit of 64kb of bytecode per method.
I'd like to run an analysis on my code, I'm managing well to split large subs into smaller pieces but then wondering if its possible just to take the string of your sub, pass it to some "bytecode calculator" which will tell you the size of "bytecode"? I guess this way I can easily target large subs, or rather count the number of lines of my subs?
#JustWondering