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

Closed
lhmouse opened this issue Nov 25, 2024 · 2 comments
Closed

Upcoming ABI breaking changes #270

lhmouse opened this issue Nov 25, 2024 · 2 comments

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.

@lhmouse
Copy link
Owner Author

lhmouse commented Jan 29, 2025

Meson 1.7.0 has been released so I'm closing this for now.

@lhmouse lhmouse closed this as completed Jan 29, 2025
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