Bug 21798 - Generational garbage collector?
Summary: Generational garbage collector?
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 11:08 UTC by Robin Green
Modified: 2016-09-30 22:50 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-06-01 01:45:27


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Green 2005-05-28 11:08:19 UTC
Please could we have a generational garbage collector for libgcj? Garbage
collection delays can be quite unacceptable for desktop apps on my Athlon XP 1800+.
Comment 1 Tom Tromey 2005-06-01 01:45:26 UTC
The Boehm GC has a generational mode, but it would require
some changes to libgcj which nobody has yet attempted.
Comment 2 Andrew Pinski 2016-09-30 22:50:40 UTC
Closing as won't fix as libgcj (and the java front-end) has been removed from the trunk.