DescriptionDevirtualize Parser
* src/parser.h: No one inherits from Parser, so the destructor can be
non-virtual, removing the need for Parser to have a vtable. Also add
BASE_EMBEDDED to it and to RegExpParser.
BUG=
Committed: http://code.google.com/p/v8/source/detail?r=14162
Patch Set 1 #
Total comments: 2
Patch Set 2 : use BASE_EMBEDDED for Parser and also RegExpParser #Messages
Total messages: 5 (0 generated)
|