Avoid costly indirect calls of tStringInput::(un)?getch through TPpContext
There is no calls to the TPpContext that could change the current input, so every calls to pp->getChar and pp->ungetChar ultimately call this->getch and this->ungetch while adding overhead of virtual calls and vector::back.
Please register or sign in to comment