new bridgetest failures in 7.6 on ppc64le
Stephan Bergmann
sbergman at redhat.com
Thu Oct 5 17:46:45 UTC 2023
On 10/5/23 17:46, Dan Horák wrote:
> I will look further especially at the dynamically generated stubs,
> which is new to me. Apply those stubs to the C++ bridge as well?
When a reference to an external object (e.g., a Java one, or one in a
remote process) is brought in over the binary UNO to C++ bridge, a fake
C++ object is created as a proxy for that external object, and that fake
object's vtable function pointers pointer at such dynamically generated
stubs.
On the other hand, when directly calling from C++ to C++, no bridging is
involved.
More information about the LibreOffice
mailing list