Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DPL: fix performance regression when using output proxy
Enabling the early forwarding for any output proxy was actually a bad idea. The early forwarding triggers a Copy, which has a much larger overhead, even in the case it's shallow. This makes sure that the original behavior is back: early forwarding is never enabled for the last device in the chain.
- Loading branch information