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
Accelerator
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
Type
/
to 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 }}
eightbitraptor
/
ruby
Public
forked from
ruby/ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Power of two size-pools
- #2
#2
Closed
eightbitraptor
wants to merge 21 commits into
master
eightbitraptor/ruby:master
from
mvh-power-two-sizepools
eightbitraptor/ruby:mvh-power-two-sizepools
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
Power of two size-pools
#2
eightbitraptor
wants to merge 21 commits into
master
eightbitraptor/ruby:master
from
mvh-power-two-sizepools
eightbitraptor/ruby:mvh-power-two-sizepools
Copy head branch name to clipboard
Commits
Commits on Feb 27, 2026
Use power-of-2 size pool slot sizes
Show description for 12cbd04
eightbitraptor
committed
12cbd04
View commit details
Copy full SHA for 12cbd04
Browse repository at this point
Add a 32 byte size pool for small objects
Show description for 0e6ade3
eightbitraptor
committed
0e6ade3
View commit details
Copy full SHA for 0e6ade3
Browse repository at this point
Introduce RVALUE_SIZE to capture the size of most RVALUES
Show description for aca2778
eightbitraptor
committed
aca2778
View commit details
Copy full SHA for aca2778
Browse repository at this point
Fix unsigned underflow in shape capacity for small size pools
Show description for f6f96d5
eightbitraptor
committed
f6f96d5
View commit details
Copy full SHA for f6f96d5
Browse repository at this point
Fix shape capacity for heaps with no room for embedded IVs
Show description for 44439e5
eightbitraptor
committed
44439e5
View commit details
Copy full SHA for 44439e5
Browse repository at this point
Ensure T_OBJECT always has room for external IV storage
Show description for 5e886e8
eightbitraptor
committed
5e886e8
View commit details
Copy full SHA for 5e886e8
Browse repository at this point
Scale initial heap size by bytes rather than slot count
Show description for 1a69884
eightbitraptor
committed
1a69884
View commit details
Copy full SHA for 1a69884
Browse repository at this point
Fix the zjit tests.
Show description for 415720b
eightbitraptor
committed
415720b
View commit details
Copy full SHA for 415720b
Browse repository at this point
Update gc.rb docs for 6 size pools
Show description for 1d62f38
eightbitraptor
committed
1d62f38
View commit details
Copy full SHA for 1d62f38
Browse repository at this point
Fix STATIC_ASSERT for class embedding with power-of-2 pools
Show description for a6d4b97
eightbitraptor
committed
a6d4b97
View commit details
Copy full SHA for a6d4b97
Browse repository at this point
Fix MMTk BASE_SLOT_SIZE to match default GC
Show description for b08f648
eightbitraptor
committed
b08f648
View commit details
Copy full SHA for b08f648
Browse repository at this point
Remove stale MMTk test exclusion for test_dump_includes_slot_size
Show description for 34acfad
eightbitraptor
committed
34acfad
View commit details
Copy full SHA for 34acfad
Browse repository at this point
Use VALUE alignment for pointer checks
Show description for 01251a1
eightbitraptor
committed
01251a1
View commit details
Copy full SHA for 01251a1
Browse repository at this point
Introduce slot size lookup table with 48-byte pool
Show description for 3d9e5b0
eightbitraptor
committed
3d9e5b0
View commit details
Copy full SHA for 3d9e5b0
Browse repository at this point
Fix re-embed test for 48-byte RVALUE pool
Show description for d70af8c
eightbitraptor
committed
d70af8c
View commit details
Copy full SHA for d70af8c
Browse repository at this point
Fix allocator and bitmap ops for non-power-of-two pools
Show description for 28d69e1
eightbitraptor
committed
28d69e1
View commit details
Copy full SHA for 28d69e1
Browse repository at this point
Commits on Feb 28, 2026
Rename MMTk SIZE_POOL_COUNT to HEAP_COUNT
Show description for 7cb2c66
eightbitraptor
committed
7cb2c66
View commit details
Copy full SHA for 7cb2c66
Browse repository at this point
Fix RVALUE size assertion for debug builds
Show description for e9dbd9d
eightbitraptor
committed
e9dbd9d
View commit details
Copy full SHA for e9dbd9d
Browse repository at this point
Commits on Mar 1, 2026
Update ZJIT snapshot for 48-byte RVALUE pool
Show description for 7ec8f54
eightbitraptor
committed
7ec8f54
View commit details
Copy full SHA for 7ec8f54
Browse repository at this point
Commits on Mar 2, 2026
Use power-of-two pools on 32-bit for now
Show description for 98223e5
eightbitraptor
committed
98223e5
View commit details
Copy full SHA for 98223e5
Browse repository at this point
Fix MMTk RVALUE_OVERHEAD and ractor belonging
Show description for 000910c
eightbitraptor
committed
000910c
View commit details
Copy full SHA for 000910c
Browse repository at this point
You can’t perform that action at this time.