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

Do not use dynamic lookup for native symbols #260

Closed
joshuaulrich opened this issue Jul 26, 2018 · 0 comments
Closed

Do not use dynamic lookup for native symbols #260

joshuaulrich opened this issue Jul 26, 2018 · 0 comments
Milestone

Comments

@joshuaulrich
Copy link
Owner

The src/init.c file currently has R_useDynamicSymbols(info, TRUE), which means we are still using dynamic symbol lookup. There is a performance benefit to using more restrictive symbol lookup, as well as a safety component (entry points are more explicit, so can't be found accidentally).

See the Registering native routines section of WRE.

@joshuaulrich joshuaulrich added this to the 0.12.3 milestone Oct 12, 2022
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

1 participant