Ignore:
Timestamp:
Nov 16, 2001, 3:10:43 PM (24 years ago)
Author:
aubourg
Message:

race condition magique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toiprocessor.cc

    r1762 r1773  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toiprocessor.cc,v 1.19 2001-11-13 16:22:47 aubourg Exp $
     5// $Id: toiprocessor.cc,v 1.20 2001-11-16 14:10:42 aubourg Exp $
    66
    77#include "toiprocessor.h"
     
    373373void TOIProcessor::autoWontNeed(int iCur) {
    374374  if (neededHistory <=0) return;
    375   if (iCur < lastAWN + neededHistory) return;
     375  if (iCur < lastAWN + neededHistory/10) return;
    376376  lastAWN = iCur;
    377377  // cout << name << " wontNeedBefore "  << iCur-neededHistory << endl;
Note: See TracChangeset for help on using the changeset viewer.