[Bug libgcj/25934] fast instanceof checking

2006-12-07 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2006-12-07 18:37 --- Nothing to do -- not sure why I didn't close it earlier. -- tromey at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libgcj/25934] fast instanceof checking

2006-03-15 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-03-15 20:26 --- Now I think we don't need to do anything here. We already handle the common cases. For instance, if the target is an interface we will use the IDT to do this test. This is reasonably fast. Also if both classes in q

[Bug libgcj/25934] fast instanceof checking

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:46 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON