Home
last modified time | relevance | path

Searched refs:nonrelocs (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gforth/gforth-0.7.3/engine/
H A Dmain.c212 static int nonrelocs = 0; variable
1026 nonrelocs++; in check_prims()
1036 nonrelocs++; in check_prims()
1046 nonrelocs++; in check_prims()
1066 nonrelocs++; in check_prims()
1089 nonrelocs++; in check_prims()
2217 if((relocs < nonrelocs) || in print_diag()
2224 debugp(stderr, "relocs: %d:%d\n", relocs, nonrelocs); in print_diag()
2260 …(relocs < nonrelocs) ? "no dynamic code generation (--debug for details) -> factor 2 slowdown\n" :… in print_diag()