-
- Downloads
Don't reallocate MetaLexer on the heap for every line. Its a waste of time for...
Don't reallocate MetaLexer on the heap for every line. Its a waste of time for 24 bytes that will be needed for every line anyway. Remove bufferEnd field as it was entirely unused.
Showing
- interpreter/cling/lib/MetaProcessor/MetaLexer.cpp 5 additions, 0 deletionsinterpreter/cling/lib/MetaProcessor/MetaLexer.cpp
- interpreter/cling/lib/MetaProcessor/MetaLexer.h 1 addition, 3 deletionsinterpreter/cling/lib/MetaProcessor/MetaLexer.h
- interpreter/cling/lib/MetaProcessor/MetaParser.cpp 3 additions, 4 deletionsinterpreter/cling/lib/MetaProcessor/MetaParser.cpp
- interpreter/cling/lib/MetaProcessor/MetaParser.h 1 addition, 1 deletioninterpreter/cling/lib/MetaProcessor/MetaParser.h
Loading
Please register or sign in to comment