Closed dcbaker closed 2 years ago
An optimization (possibly correctness?) would be to look for functions that exit, I think currently that's just error, in a branch, and remove that branch's next pointer, since that branch will exit.
error
An optimization (possibly correctness?) would be to look for functions that exit, I think currently that's just
error
, in a branch, and remove that branch's next pointer, since that branch will exit.