Skip to content

switch SysCopyHandle to SysReadHandle when used with Sys*DecorHandle

Nils Erik Krumnack requested to merge krumnack/athena:no_copy_deco into master

Essentially when we are using a decoration handle we should not need to make a copy, but be able to directly decorate the input object.

There are probably other common CP algorithms that could be switched from SysCopyHandle to SysReadHandle, but this is the lowest hanging fruit.

cc @tadej @jburr

Merge request reports