On Oct 6, 2014, at 11:00 AM, Ben Pfaff <[email protected]> wrote: > On Wed, Sep 24, 2014 at 11:31:46AM -0700, Jarno Rajahalme wrote: >> This makes the following patch easier and cleans up the code. >> >> Explicit "inline" keywords seem necessary to prevent performance >> regression on cmap_find() with GCC 4.7 -O2. >> >> Signed-off-by: Jarno Rajahalme <[email protected]> > > Do you think it's worthwhile writing any of these as ALWAYS_INLINE?
I believe it only makes a difference when compiling without optimizations, so I did not think it worthwhile. > > Acked-by: Ben Pfaff <[email protected]> Thanks! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
