This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/26063] memory leak in _Jv_Linker::link_symbol_table
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 1 Feb 2006 18:32:04 -0000
- Subject: [Bug libgcj/26063] memory leak in _Jv_Linker::link_symbol_table
- References: <bug-26063-10268@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from tromey at gcc dot gnu dot org 2006-02-01 18:32 -------
FWIW, some embedded users want to be able to remove ffi --
not for its own sake but because they also want to remove
the interpreter, reflection info (see David Daney's recent
proposal). It doesn't seem that hard to have a #if and avoid
making a closure if libffi is not available.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26063