Outline throw statements in dynamic
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 26 Jul 2017 18:39:53 +0000 (11:39 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 26 Jul 2017 18:54:15 +0000 (11:54 -0700)
commit12b5fff0e99fb64df5f751e91bc01d562403401b
tree87ee06b8915d2f02891c169675d9b2a0f18c68a0
parent4fbcb4b8f2fa332bbe2d491340b4995ac553e025
Outline throw statements in dynamic

Summary:
[Folly] Outline `throw` statements in `dynamic`.

There is no need for them to be inline - definitionally, they are always cold.

Reviewed By: WillerZ

Differential Revision: D5497457

fbshipit-source-id: 7b649c59b5b2609f838eb10e9329468d1bd1d558
folly/dynamic-inl.h
folly/dynamic.cpp