micro-optimized table_iterator ctor to see if it impacts performance

This commit is contained in:
joaquintides
2022-09-28 19:52:22 +02:00
parent 2a9f47ea2c
commit cefe5965be

View File

@ -491,7 +491,7 @@ private:
}
}
unsigned char *pc=nullptr;
unsigned char *pc;
Value *p=nullptr;
};