folly: speed up fastpath of StaticMeta::get()
authorLucian Grijincu <lucian@fb.com>
Wed, 3 Apr 2013 00:56:32 +0000 (17:56 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 21 Apr 2013 20:20:41 +0000 (13:20 -0700)
commit05fd99096aadb7fea9104d0f38e2f48daff19410
tree6eaccec3a682180f84e68612bca7ac6d0c36d6b9
parentc246dd22a0dc296fc3bab7837e790b0fbf4deed5
folly: speed up fastpath of StaticMeta::get()

Summary:
A smaller function makes it more likely it will be inlined
(it wasn't before, is now).

Test Plan: n/a

Reviewed By: tudorb@fb.com

FB internal diff: D760000
folly/detail/ThreadLocalDetail.h