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

Avoid copying all strings from Lua #37

Closed
deplinenoise opened this issue Aug 22, 2010 · 1 comment
Closed

Avoid copying all strings from Lua #37

deplinenoise opened this issue Aug 22, 2010 · 1 comment

Comments

@deplinenoise
Copy link
Owner

Because Lua already has defined all the strings we need (filenames, annotations and so on) it doesn't make sense to copy them. A better idea would be just to make sure they're kept alive on the Lua side and then use the pointers directly.

@deplinenoise
Copy link
Owner Author

Not an issue anymore.

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