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 }}
CashScript
/
cashscript
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
135
Code
Issues
52
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Compiler optimisations for large contracts (draft — discussion PR)
- #428
#428
Closed
mr-zwets
wants to merge 11 commits into
CashScript:next
CashScript/cashscript:next
from
mr-zwets:compiler-optimizations-3
mr-zwets/cashscript:compiler-optimizations-3
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
Compiler optimisations for large contracts (draft — discussion PR)
#428
mr-zwets
wants to merge 11 commits into
CashScript:next
CashScript/cashscript:next
from
mr-zwets:compiler-optimizations-3
mr-zwets/cashscript:compiler-optimizations-3
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2026
feat(cashc): destructure tuples into existing variables
Show description for dd50ace
mr-zwets
and
claude
committed
dd50ace
View commit details
Copy full SHA for dd50ace
Browse repository at this point
perf(utils): rewrite the peephole optimiser to match opcodes directly
Show description for cbba881
mr-zwets
and
claude
committed
cbba881
View commit details
Copy full SHA for cbba881
Browse repository at this point
perf(cashc): gate the legacy-optimiser cross-check by size and a compiler flag
Show description for 5422edd
mr-zwets
and
claude
committed
5422edd
View commit details
Copy full SHA for 5422edd
Browse repository at this point
perf(cashc): keep loop-resident functions OP_DEFINE'd to avoid stepping cost
Show description for 218e383
mr-zwets
and
claude
committed
218e383
View commit details
Copy full SHA for 218e383
Browse repository at this point
feat(cashc): hoist repeated in-body constants under a new optimizeFor objective
Show description for 6fd2158
mr-zwets
and
claude
committed
6fd2158
View commit details
Copy full SHA for 6fd2158
Browse repository at this point
perf(cashc): stage user-function arguments right-to-left (first param on top)
Show description for 7f52694
mr-zwets
and
claude
committed
7f52694
View commit details
Copy full SHA for 7f52694
Browse repository at this point
perf(cashc): inline small multi-use bodies under the 'opcost' objective
Show description for 230d2f3
mr-zwets
and
claude
committed
230d2f3
View commit details
Copy full SHA for 230d2f3
Browse repository at this point
perf(cashc): sink variable definitions to first use under the size objective
Show description for 0c71f9b
mr-zwets
and
claude
committed
0c71f9b
View commit details
Copy full SHA for 0c71f9b
Browse repository at this point
perf(cashc): opt-in DAG stack rescheduling (rescheduleStacks)
Show description for c0c28ba
mr-zwets
and
claude
committed
c0c28ba
View commit details
Copy full SHA for c0c28ba
Browse repository at this point
test(utils): land a differential fuzz suite for the peephole optimiser
Show description for 38b5253
mr-zwets
and
claude
committed
38b5253
View commit details
Copy full SHA for 38b5253
Browse repository at this point
perf(cashc): make tiny-body inlining placement-aware, and the byte model exact
Show description for e03f75c
mr-zwets
and
claude
committed
e03f75c
View commit details
Copy full SHA for e03f75c
Browse repository at this point
You can’t perform that action at this time.