DescriptionIgnore flags with arguments in preparser-process.
Currently, preparser-process crashes when given flags with arguments (e.g. --gc_interval 10). It can be fixed by ignoring everything in the command line except the "throws" command and its immediate arguments. This assumes that no flags appear between "throws" and its arguments.
TEST=make ia32.release.check TESTFLAGS="preparser --special-command=\"@ --gc_interval 10\""
Committed: http://code.google.com/p/v8/source/detail?r=9617
Patch Set 1 #
Total comments: 11
Patch Set 2 : Address comments #Messages
Total messages: 4 (0 generated)
|