cacheline improvement
This commit is contained in:
2
pike.c
2
pike.c
@@ -446,7 +446,7 @@ sparse[spc] = sparsesz++; \
|
|||||||
#define fastrec(nn, list, listidx) \
|
#define fastrec(nn, list, listidx) \
|
||||||
nsub->ref++; \
|
nsub->ref++; \
|
||||||
spc = *npc; \
|
spc = *npc; \
|
||||||
if (spc < WBEG) { \
|
if ((unsigned int)spc < WBEG) { \
|
||||||
list[listidx].sub = nsub; \
|
list[listidx].sub = nsub; \
|
||||||
list[listidx++].pc = npc; \
|
list[listidx++].pc = npc; \
|
||||||
npc = pcs[si]; \
|
npc = pcs[si]; \
|
||||||
|
|||||||
Reference in New Issue
Block a user