Actions
Bug #7586
closedUseless sourceline in DTrace parse__begin and parse__end probes
Bug #7586:
Useless sourceline in DTrace parse__begin and parse__end probes
Description
I am not 100% sure, but isn't the 'parser->parser_ruby_sourceline' at https://github.com/ruby/ruby/blob/trunk/parse.y#L5322 always '1'? Does it make sense to pass this information to DTrace parse__begin(const char *, int) and parse__end(const char *, int) probes?
Actions