Bug 14023

Summary: gcj should call GC allocators directly
Product: gcc Reporter: Tom Tromey <tromey>
Component: javaAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED WONTFIX    
Severity: normal CC: gcc-bugs, java-prs
Priority: P2 Keywords: missed-optimization
Version: 4.0.0   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: 4.0.0 Last reconfirmed: 2006-03-05 03:51:24

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.