Initialize call_ and exec_ in move constructor
Summary: It's only two stores, but for move that ends up being a large percentage of the work it has to do. Add initializers in the move constructor, so that we don't both default-initialize and then swap() inline. Reviewed By: yfeldblum Differential Revision: D8678422 fbshipit-source-id: 71b574145182ad3a4a3e9d0d824d83abe65fb6fa
Showing
Please register or sign in to comment