branch

Replace JMPs in Bgotocode with JMP SHORTs whereever possible. This routine depends on FLcode jumps to only be forward referenced. BFLjmpoptdone is set to true if nothing more can be done with this block. Input: flag !=0 means don't have correct Boffsets yet

version(COMPILE)
extern (C++) nothrow @safe @trusted
int
branch
(
block* bl
,
int flag
)

Return Value

Type: int

number of bytes saved

Suggestion Box / Bug Report