[all-commits] [llvm/llvm-project] e8489c: [orc-rt] WrapperFunction::handle: add by-ref args, ...
Lang Hames via All-commits
all-commits at lists.llvm.org
Sun Oct 5 00:21:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8489c162b32d9bc458a0ec779b69a23c9de478d
https://github.com/llvm/llvm-project/commit/e8489c162b32d9bc458a0ec779b69a23c9de478d
Author: Lang Hames <lhames at gmail.com>
Date: 2025-10-05 (Sun, 05 Oct 2025)
Changed paths:
M orc-rt/include/orc-rt/SPSWrapperFunction.h
M orc-rt/include/orc-rt/WrapperFunction.h
M orc-rt/unittests/SPSWrapperFunctionTest.cpp
Log Message:
-----------
[orc-rt] WrapperFunction::handle: add by-ref args, minimize temporaries. (#161999)
This adds support for WrapperFunction::handle handlers that take their
arguments by reference, rather than by value.
This commit also reduces the number of temporary objects created to
support SPS-transparent conversion in SPSWrapperFunction.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list