Bug 14023 - gcj should call GC allocators directly
Summary: gcj should call GC allocators directly
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: missed-optimization
Depends on:
Blocks:
 
Reported: 2004-02-05 02:26 UTC by Tom Tromey
Modified: 2016-09-30 22:51 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail: 4.0.0
Last reconfirmed: 2006-03-05 03:51:24


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2004-02-05 02:26:37 UTC
Right now gcj calls _Jv_ functions to allocate objects.
It would be more efficient to emit calls directly to the GC
functions.

We could do this without violating modularity either by simply naming the GC
functions appropriately, or by having options in libgcj.spec that tell
gcj the names of the GC allocation functions.
Comment 1 Andrew Pinski 2004-02-05 16:55:22 UTC
Confirmed.
Comment 2 Andrew Pinski 2016-09-30 22:51:40 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.