|
|
@ -312,7 +312,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,struct iguana_bundle *bp) |
|
|
|
{ |
|
|
|
if ( now > spentbp->lastprefetch+10 )//|| (spentbp->dirty % 100000) == 0 )
|
|
|
|
{ |
|
|
|
printf("u current.%d prefetch.[%d]\n",spentbp == bp,spentbp->hdrsi); |
|
|
|
printf("u current.%d prefetch.[%d] lag.%u\n",spentbp == bp,spentbp->hdrsi,now - spentbp->lastprefetch); |
|
|
|
iguana_ramchain_prefetch(coin,&spentbp->ramchain); |
|
|
|
bp->lastprefetch = now; |
|
|
|
} |
|
|
@ -468,7 +468,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,struct iguana_bundle *bp,int3 |
|
|
|
{ |
|
|
|
if ( now > spentbp->lastprefetch+10 )//|| (spentbp->dirty % 100000) == 0 )
|
|
|
|
{ |
|
|
|
printf("current.%d prefetch.[%d]\n",spentbp == bp,spentbp->hdrsi); |
|
|
|
printf("current.%d prefetch.[%d] lag.%u\n",spentbp == bp,spentbp->hdrsi,now - spentbp->lastprefetch); |
|
|
|
iguana_ramchain_prefetch(coin,&spentbp->ramchain); |
|
|
|
bp->lastprefetch = now; |
|
|
|
} |
|
|
|