Outline most throw expressions in Expected
Summary: [Folly] Outline most `throw` expressions in `Expected`. They are definitionally cold, but in-line `throw` statements can expand code size more than is desirable. * Inline `throw` statement: https://godbolt.org/g/LPaf7V. * Outline `throw` statement: https://godbolt.org/g/HZBXn6. Reviewed By: Orvid Differential Revision: D6183613 fbshipit-source-id: 28240bb4aa40790d99da783a3c368db81fded124
Showing
folly/Expected.cpp
0 → 100644
Please register or sign in to comment