public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/24125] New: use dlmopen to avoid copying .so
@ 2005-09-29 16:59 tromey at gcc dot gnu dot org
  2005-09-29 17:29 ` [Bug libgcj/24125] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-09-29 16:59 UTC (permalink / raw)
  To: java-prs

Currently, SharedLibHelper will make a copy of a .so in some situations.
Specifically, this happens if the .so has already been opened by a
different class loader.

On systems that support it, we could (perhaps) use the dlmopen() call to avoid
this copy.  This would be more efficient.  Note that this comes from Solaris
but has recently been implemented in glibc; it appears in FC4.

-- 
           Summary: use dlmopen to avoid copying .so
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24125


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libgcj/24125] use dlmopen to avoid copying .so
  2005-09-29 16:59 [Bug libgcj/24125] New: use dlmopen to avoid copying .so tromey at gcc dot gnu dot org
@ 2005-09-29 17:29 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-29 17:29 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-29 17:29 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-29 17:29:47
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24125


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-29 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-29 16:59 [Bug libgcj/24125] New: use dlmopen to avoid copying .so tromey at gcc dot gnu dot org
2005-09-29 17:29 ` [Bug libgcj/24125] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).