This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> I agree that changing the default to not show line numbers is a bad > idea. Java developers _expect_ them to be there
Always? I vaguely remember JITs that didn't provide much of this when
optimizaing. I might be wrong about that.
Yes, I think so - and ultimately, I think, the problem will be fixed entirely by improving the line number lookup.> and not providing them would be an awkward deviation from other > implementations. IMO, improving the performance of line number > lookup is the best fix for the general case.
There is some sense in simply blacklisting libraries that don't have
debuginfo, for sure. This will make most of the problem go away for
Fedora Core, but it might be mystifying for people to discover their
application slows down when they rebuild from source! Still, that
isn't a strong objection: it solves the problem for many of our
end-users.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |