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

Fix or remove the serialization support for all EXTPTRSXP #129

Open
fikovnik opened this issue Jan 22, 2018 · 0 comments
Open

Fix or remove the serialization support for all EXTPTRSXP #129

fikovnik opened this issue Jan 22, 2018 · 0 comments
Milestone

Comments

@fikovnik
Copy link
Member

That the serialization mechanism is not transparent and for each individual external pointer serialization one has to explicitly add refhook. The expternal point, when deserialized shall be NULL and thus not really working anyway.

By not serializing it, we can gain some time sicne the trace will fail sooner in the chain.

Another posibility is to modify the source and keep the expressions that created the external pointers and reproduce code.

@fikovnik fikovnik added this to the 0.2.0 milestone Jun 20, 2018
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