Fix bizarre optimization
authorHans Fugal <fugalh@fb.com>
Thu, 26 Jun 2014 17:44:20 +0000 (10:44 -0700)
committerNicholas Ormrod <njormrod@fb.com>
Fri, 27 Jun 2014 22:06:07 +0000 (15:06 -0700)
commit57a00d50dd2db403ab059490fcc73ae27ecb79d8
treebf662f50f93fc15e4473807e1e56ef315d549b51
parent339a9d37df481d7f194ba394a95bd6aed7b39847
Fix bizarre optimization

Summary:
I have no idea why the compiler is gettings its britches in a bunch because a unit test has a predictable output. Really, gcc?!

But whatever, avoiding inlining by putting it in the cpp file solves it.

Test Plan: fbmake runtests_opt

Reviewed By: davejwatson@fb.com

Subscribers: net-systems@, fugalh, exa

FB internal diff: D1405811

Tasks: 4591823
folly/wangle/ManualExecutor.cpp
folly/wangle/ManualExecutor.h