pub const COMPUTE_MAXS: u32 = 0x2;Expand description
Flag to automatically compute the maximum stack size and local variables.
When this flag is set, the writer will calculate max_stack and max_locals
for methods, ignoring the values provided in visit_maxs.