diff options
| author | 2019-07-16 10:37:11 -0400 | |
|---|---|---|
| committer | 2019-07-16 19:49:23 -0400 | |
| commit | bebbdc20677c900aec5a6fa9481b1861f202ca02 (patch) | |
| tree | b11ca2c6d687f276ed53318c0aa7e4ab4080c8a6 /src/core/hle/kernel/process.cpp | |
| parent | shader_ir: Rename Get/SetTemporal to Get/SetTemporary (diff) | |
| download | yuzu-bebbdc20677c900aec5a6fa9481b1861f202ca02.tar.gz yuzu-bebbdc20677c900aec5a6fa9481b1861f202ca02.tar.xz yuzu-bebbdc20677c900aec5a6fa9481b1861f202ca02.zip | |
shader_ir: std::move Node instance where applicable
These are std::shared_ptr instances underneath the hood, which means
copying them isn't as cheap as a regular pointer. Particularly so on
weakly-ordered systems.
This avoids atomic reference count increments and decrements where they
aren't necessary for the core set of operations.
Diffstat (limited to 'src/core/hle/kernel/process.cpp')
0 files changed, 0 insertions, 0 deletions