Adds a custom implementation of the FlowControlBuilder from SRM. This allows us to skip some reflection we used previously to fix up branch targets and exception regions without needing to use MethodBodyStreamEncoder. This also lets us implement the switch opcode.
Adds a custom implementation of the
FlowControlBuilder
from SRM. This allows us to skip some reflection we used previously to fix up branch targets and exception regions without needing to useMethodBodyStreamEncoder
. This also lets us implement theswitch
opcode.Resolves #5