public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22578] New: should inline floatToIntBits et al
@ 2005-07-20 20:41 tromey at gcc dot gnu dot org
  2005-07-20 20:42 ` [Bug java/22578] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-07-20 20:41 UTC (permalink / raw)
  To: gcc-bugs

Currently Float and Double diverge from classpath.
I think we could safely inline these methods wherever they are called,
and then fully merge with Classpath.  The result would not appreciably
affect performance, I think (and these aren't called much anyway).

-- 
           Summary: should inline floatToIntBits et al
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        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=22578


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

* [Bug java/22578] should inline floatToIntBits et al
  2005-07-20 20:41 [Bug java/22578] New: should inline floatToIntBits et al tromey at gcc dot gnu dot org
@ 2005-07-20 20:42 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-20 20:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-20 20:42 -------
Confirmed, make sure they get inlined using either VIEW_CONVERT_EXPR or using an union, otherwise 
aliasing problems will show up.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-20 20:42:20
               date|                            |


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


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

end of thread, other threads:[~2005-07-20 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-20 20:41 [Bug java/22578] New: should inline floatToIntBits et al tromey at gcc dot gnu dot org
2005-07-20 20:42 ` [Bug java/22578] " 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).