Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tv-labs
/
lua
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
224
Code
Issues
19
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
vm: cheaper call convention — one-allocation register files, static-arity opcodes, call_self fusion
- #405
#405
Merged
davydog187
merged 7 commits into
main
tv-labs/lua:main
from
perf/call-convention
tv-labs/lua:perf/call-convention
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
vm: cheaper call convention — one-allocation register files, static-arity opcodes, call_self fusion
#405
davydog187
merged 7 commits into
main
tv-labs/lua:main
from
perf/call-convention
tv-labs/lua:perf/call-convention
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
vm: build callee register files in one allocation
Show description for 465ade6
davydog187
committed
465ade6
View commit details
Copy full SHA for 465ade6
Browse repository at this point
vm: give the small call arities their own opcodes
Show description for d992f5c
davydog187
committed
d992f5c
View commit details
Copy full SHA for d992f5c
Browse repository at this point
compiler: fuse provably self-recursive calls into call_self
Show description for f5478c3
davydog187
committed
f5478c3
View commit details
Copy full SHA for f5478c3
Browse repository at this point
test: pin the call-convention opcodes and the self-call proof
Show description for 7b0694e
davydog187
committed
7b0694e
View commit details
Copy full SHA for 7b0694e
Browse repository at this point
test: cover self-recursive closures that outlive their binding
Show description for a872684
davydog187
committed
a872684
View commit details
Copy full SHA for a872684
Browse repository at this point
compiler: correct the self-call proof's commentary
Show description for 3299a17
davydog187
committed
3299a17
View commit details
Copy full SHA for 3299a17
Browse repository at this point
compiler: fail closed on field ops against the self upvalue; cover call_self in the register invariant
Show description for 8a6f20d
davydog187
committed
8a6f20d
View commit details
Copy full SHA for 8a6f20d
Browse repository at this point
You can’t perform that action at this time.