This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/11385] New: compute GC bitmap values at runtime
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2003 21:45:11 -0000
- Subject: [Bug libgcj/11385] New: compute GC bitmap values at runtime
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11385
Summary: compute GC bitmap values at runtime
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
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
Currently we don't compute GC object layout bitmaps
at runtime; only at compile time. This affects all
classes using -fno-assume-compiled and will affect
-findirect-dispatch at all. for such classes the
computation must be deferred to runtime. we should do
this at class init. to get best performance from
the GC.