GitHubSign in

Return Value Optimization, a compiler optimization technique where the compiler eliminates unnecessary copying of objects by constructing the return value directly in the memory location of the caller.

"RVO improved the performance of the program by avoiding unnecessary object copies."

@openai