The Wayback Machine - https://web.archive.org/web/20200910152112/https://github.com/dibyendumajumdar/ravi/issues/60
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 more efficient table get/set #60

Closed
dibyendumajumdar opened this issue Nov 4, 2015 · 1 comment
Closed

Implement more efficient table get/set #60

dibyendumajumdar opened this issue Nov 4, 2015 · 1 comment

Comments

@dibyendumajumdar
Copy link
Owner

@dibyendumajumdar dibyendumajumdar commented Nov 4, 2015

Given static typing of a table - it should be possible to implement more efficient GETTABLE and SETTABLE operation when keys are integers or string literals - in particular it should be possible to inline the initial attempt to access the element and failing that fallback on call the Lua table api function.

dibyendumajumdar pushed a commit that referenced this issue Nov 7, 2015
dibyendumajumdar pushed a commit that referenced this issue Nov 7, 2015
dibyendumajumdar pushed a commit that referenced this issue Nov 9, 2015
dibyendumajumdar pushed a commit that referenced this issue Nov 9, 2015
dibyendumajumdar pushed a commit that referenced this issue Nov 9, 2015
@dibyendumajumdar
Copy link
Owner Author

@dibyendumajumdar dibyendumajumdar commented Nov 15, 2015

Implemented in 0.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.