| 84 | _nq[_n_nq++] = j; |
| 85 | } |
| 86 | forceinline void |
| 87 | TellCache::eq(int j) { |
| 88 | // For eq: -1 mean not yet assigned, -2 means failure, positive means value |
| 89 | if (_eq == -1) |
| 90 | _eq = j; |
| 91 | else |
| 92 | _eq = -2; |
| 93 | } |
| 94 | ExecStatus |
| 95 | TellCache::tell(Space& home, IntView x) { |
| 96 | if (_eq == -2) { |