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

Investigate Lifetime issues for variables from Rust used in Cpp functions #10

Open
SAtacker opened this issue Sep 1, 2024 · 0 comments

Comments

@SAtacker
Copy link
Contributor

SAtacker commented Sep 1, 2024

@pingu-73 has investigated that (sometimes) the variable is freed on Rust's end while still being used in the Cpp function. This is unwanted. It leads to inefficient approach of copying the variables and then applying the changes. One more catch being the Rust's variable going out of scope before copying.

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