Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ target
Function
target
other_src/lua/src/lpeg.cpp:904–907 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
902
903
904
static int target (Instruction *p, int i) {
905
while (p[i].i.code == IJmp) i += p[i].i.offset;
906
return i;
907
}
908
909
910
static void optimizejumps (Instruction *p) {
Callers
3
checkrule
Function · 0.85
optimizejumps
Function · 0.85
fix_l
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected