Skip to content

Optimise useless jumps

Clean Importer requested to merge optimise-branches into master

This optimises blocks of ABC code like this by removing the jump:

.d 2 0 
	jmp sInvPerm.2
.o 2 0 
sInvPerm.2

Only the label is left.

Merge request reports