Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming ABI breaking changes #270

Open
lhmouse opened this issue Nov 25, 2024 · 1 comment
Open

Upcoming ABI breaking changes #270

lhmouse opened this issue Nov 25, 2024 · 1 comment

Comments

@lhmouse
Copy link
Owner

lhmouse commented Nov 25, 2024

At the moment we have

if(__thrd->__proc == __MCF_gthr_thread_thunk_v2)

I attempted to perform some type checking by comparing the thread procedure pointer with __MCF_gthr_thread_thunk_v2; but if mcfgthread is linked as a DLL this is actually a pointer to the import thunk function (note the absence of dllimport) and it is not be possible to get the result of a thread that is created from another module; and in 1.9 the operation fails.

I am afraid this cannot be fixed without issuing an ABI breaking change.

@lhmouse
Copy link
Owner Author

lhmouse commented Dec 25, 2024

This is being blocked by Meson 1.7 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant