Free cookie consent management tool by TermsFeed Policy Generator

Changeset 329 for branches


Ignore:
Timestamp:
06/21/08 10:11:06 (16 years ago)
Author:
gkronber
Message:

fixed bugs in bottom up gp evaluator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BottomUpTreeEvaluation/BakedTreeEvaluator.cs

    r328 r329  
    178178      }
    179179      // unrolled loop
    180       for(; terminalP < nInstr[0] - 4; terminalP += 4) {
     180      for(; terminalP < nInstr[0] - 3; terminalP += 4) {
    181181        Instr curInstr0 = evaluationTable[terminalP, 0];
    182182        Instr curInstr1 = evaluationTable[terminalP + 1, 0];
Note: See TracChangeset for help on using the changeset viewer.