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

Implement Mixed::GetTable #24

Closed
bmunkholm opened this issue May 1, 2012 · 1 comment
Closed

Implement Mixed::GetTable #24

bmunkholm opened this issue May 1, 2012 · 1 comment

Comments

@bmunkholm
Copy link
Contributor

No description provided.

@ghost ghost assigned kspangsege May 1, 2012
@kspangsege
Copy link
Contributor

I don't think this is possible.

The worst problem is that we cannot keep track at compile time whether we have read/write or const access to the subtable.

The other problem is that we would have to handle reference counting when copying and destroying a mixed value which will incur a runtime overhead even when the mixed value does not contain a subtable pointer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants