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

Reference counting for custom FFI data types #142

Closed
raviqqe opened this issue Jul 25, 2021 · 1 comment
Closed

Reference counting for custom FFI data types #142

raviqqe opened this issue Jul 25, 2021 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@raviqqe
Copy link
Contributor

raviqqe commented Jul 25, 2021

  • Allow FFI libraries to define their own data types and collect garbage of them through reference counting.
  • We can simply use variant types in MIR for those custom data types.
@raviqqe raviqqe added the enhancement New feature or request label Jul 25, 2021
@raviqqe raviqqe added this to To do in v0.2 Jul 25, 2021
@raviqqe raviqqe changed the title Drop FFI objects on reference counting Reference counting for custom FFI data types Jul 25, 2021
@raviqqe raviqqe moved this from To do to In progress in v0.2 Aug 7, 2021
@raviqqe raviqqe moved this from In progress to Done in v0.2 Aug 7, 2021
@raviqqe
Copy link
Contributor Author

raviqqe commented Aug 7, 2021

Closed by #163

@raviqqe raviqqe closed this as completed Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v0.2
  
Done
Development

No branches or pull requests

1 participant