Bug 17092 - gcj should use unlock_getc instead of getc
Summary: gcj should use unlock_getc instead of getc
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.0.0
: P2 enhancement
Target Milestone: 4.1.0
Assignee: Kaveh Ghazi
URL:
Keywords: compile-time-hog
Depends on:
Blocks:
 
Reported: 2004-08-19 05:12 UTC by Andrew Pinski
Modified: 2010-10-27 17:03 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-03-21 02:44:43


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2004-08-19 05:12:37 UTC
This is just a reminder for a change which I might do in the future to boost bootstrap times.
Comment 1 Andrew Pinski 2004-08-19 05:13:33 UTC
I should say that getc shows up in the profile while bootstrapping.
Comment 2 Kaveh Ghazi 2005-04-05 02:43:21 UTC
Patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-04/msg00453.html
Comment 3 Andrew Pinski 2005-04-13 18:00:33 UTC
Fixed.