Skip to content
Discussion options

You must be logged in to vote

No particular reason.

For shared library builds it's slightly less efficient because exported symbols can be interposed, prohibiting the compiler from inlining them freely, but here that doesn't really matter because JS_DupAtomRT is only used in two places inside quickjs.c. And if it was a problem, we could always add a non-externally visible version.

I've opened #1258 - edit: and merged it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nathanvoglsam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants