Outline the throw statements in Try
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 24 Jul 2017 04:43:04 +0000 (21:43 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 24 Jul 2017 04:50:04 +0000 (21:50 -0700)
commit1d7c30b288dcd95c32663a5f552cdac5f8a77bbf
tree8bea943e53f666a752f5eb7733f5ea58a85b8bb8
parentb3698ed449d35f1c70a9671cf26c13d0e41e9f89
Outline the throw statements in Try

Summary:
[Folly] Outline the `throw` statements in `Try`.

They are by definition cold and so we gain nothing from inlining them.

Reviewed By: Orvid

Differential Revision: D5478237

fbshipit-source-id: f413251a56ca4cbddcf3baea6679a552ae5bb19e
folly/Makefile.am
folly/Try-inl.h
folly/Try.cpp [new file with mode: 0644]
folly/Try.h