[mythtv-commits] Ticket #9258: [PATCH] Fix mythplugins to cross compile and run on Windows

MythTV mythtv at cvs.mythtv.org
Fri Nov 19 19:40:54 UTC 2010


#9258: [PATCH] Fix mythplugins to cross compile and run on Windows
--------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                 |           Owner:  robertm   
     Type:  Patch - Bug Fix                       |          Status:  assigned  
 Priority:  minor                                 |       Milestone:  unknown   
Component:  Ports - Windows                       |         Version:  Trunk Head
 Severity:  medium                                |      Resolution:            
 Keywords:                                        |   Ticket locked:  0         
--------------------------------------------------+-------------------------

Comment (by Lawrence Rust <lvr@…>):

 P.S. re. inline return.  Without profiling info they can cause problems
 for the optimiser and the CPU's predictive branching.  It's best for
 preventing pipeline stalls if the normal path just flows through.
 Otherwise gcc can generate a load of 'branch-over-and-back' style
 assembler.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9258#comment:8>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list