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

API for runtime generated symbols #719

Open
merryhime opened this issue Feb 5, 2024 · 3 comments
Open

API for runtime generated symbols #719

merryhime opened this issue Feb 5, 2024 · 3 comments

Comments

@merryhime
Copy link

merryhime commented Feb 5, 2024

I was wondering if an API exists to insert new symbols ± remove them at runtime. The usecase would be for a project with a JIT compiler which wishes for callstack and profiling to work across JITted code.

@wolfpld
Copy link
Owner

wolfpld commented Feb 5, 2024

No such API is available.

@merryhime
Copy link
Author

Thanks. I will consider implementation in the future if time permits if desired.

@wolfpld
Copy link
Owner

wolfpld commented Feb 5, 2024

The main problems are that:
a) there are 6 or 7 different platform-specific implementations of symbol resolvers,
b) the APIs in use were added as needed, so it may take a while to properly work out what is for what.

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

No branches or pull requests

2 participants