This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/40992] [4.3/4.4/4.5 Regression] cunroll ignoring asm size



------- Comment #4 from pinskia at gcc dot gnu dot org  2009-10-05 00:39 -------
>No easy way out without pessimizing more legitimate uses of asms.

Actually that is not true.  asm_insn_count in final.c will be able to count the
number of instructions that an inline-asm will be.  This size count is
documented too.

I am going to fix this by making asm_insn_count public and use that in
tree-inline.c.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-05 00:39:52
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]