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 }}
siyul-park
/
minivm
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
5
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
minivm
asm
on
main
User selector
All users
All time
Commit history
Commits on Jul 31, 2026
refactor: simplification implement (#168)
siyul-park
authored
8b4e647
View commit details
Copy full SHA for 8b4e647
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
fix(asm): harden merged refactor contracts
siyul-park
committed
a5dad61
View commit details
Copy full SHA for a5dad61
View code at this point
Browse repository at this point
refactor(asm)!: collapse linking and cut fused dispatch overhead (#162)
siyul-park
authored
894824f
View commit details
Copy full SHA for 894824f
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
perf(interp): cut trace loop iteration overhead (#159)
Show description for b4719c5
siyul-park
authored
b4719c5
View commit details
Copy full SHA for b4719c5
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
perf(interp): expand JIT coverage for container ops and equality (#158)
siyul-park
authored
a601c71
View commit details
Copy full SHA for a601c71
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
refactor!: simplify runtime and normalize naming (#148)
siyul-park
authored
7be9930
View commit details
Copy full SHA for 7be9930
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
test: reorganize specifications and benchmark suite (#146)
siyul-park
authored
7717228
View commit details
Copy full SHA for 7717228
View code at this point
Browse repository at this point
Commits on Jul 12, 2026
refactor(interp): unify plan-based JIT compilation (#139)
siyul-park
authored
bd1ef28
View commit details
Copy full SHA for bd1ef28
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
fix(jit): harden branch-heavy ARM64 traces (#137)
Show description for f8f174e
siyul-park
committed
f8f174e
View commit details
Copy full SHA for f8f174e
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
perf: jit fusion 8phase (#106)
Show description for 7655736
siyul-park
and
claude
authored
7655736
View commit details
Copy full SHA for 7655736
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
feat: enhance ARM64 frame management with chunked spill area handling and add tests
siyul-park
committed
cd0abd5
View commit details
Copy full SHA for cd0abd5
View code at this point
Browse repository at this point
feat: support jit heap array and struct access
siyul-park
committed
5902966
View commit details
Copy full SHA for 5902966
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
refactor: interpreter pool and tests for improved concurrency and error handling
Show description for 86e478b
siyul-park
committed
86e478b
View commit details
Copy full SHA for 86e478b
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
feat: Add support for various integer and floating-point operations in the interpreter (#72)
Show description for db6e838
siyul-park
authored
db6e838
View commit details
Copy full SHA for db6e838
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
refactor: JIT implementation and benchmark adjustments
Show description for 21252bd
siyul-park
committed
21252bd
View commit details
Copy full SHA for 21252bd
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
refactor: Enhance ARM64 Encoder Tests and JIT Profiling
Show description for ed26804
siyul-park
committed
ed26804
View commit details
Copy full SHA for ed26804
View code at this point
Browse repository at this point
feat(jit): enhance ARM64 JIT with improved frame management and instruction encoding
Show description for 6f67f48
siyul-park
committed
6f67f48
View commit details
Copy full SHA for 6f67f48
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
refactor: JIT compilation and interpreter internals
Show description for 66bea80
siyul-park
committed
66bea80
View commit details
Copy full SHA for 66bea80
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
refactor: Remove ARM64 and Compiler Implementation (#53)
Show description for fd1437f
siyul-park
authored
fd1437f
View commit details
Copy full SHA for fd1437f
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
test: enhance tests for assembler, data, interpreter, and host functionalities
siyul-park
committed
6ff74ca
View commit details
Copy full SHA for 6ff74ca
View code at this point
Browse repository at this point
test: add comprehensive tests for various components
Show description for a130b09
siyul-park
committed
a130b09
View commit details
Copy full SHA for a130b09
View code at this point
Browse repository at this point
feat: redesign jit (#50)
Show description for c3c08d2
siyul-park
authored
c3c08d2
View commit details
Copy full SHA for c3c08d2
View code at this point
Browse repository at this point
Commits on May 29, 2026
fix(interp): clamp fuel without dead overwrite (#47)
Show description for b8774b8
siyul-park
and
claude
authored
b8774b8
View commit details
Copy full SHA for b8774b8
View code at this point
Browse repository at this point
Commits on May 28, 2026
refactor: marshaler usage and memory allocation in interp package
Show description for 7923c16
siyul-park
committed
7923c16
View commit details
Copy full SHA for 7923c16
View code at this point
Browse repository at this point
fix: boxing of int32 values and enhance tests
Show description for e4c5fa2
siyul-park
committed
e4c5fa2
View commit details
Copy full SHA for e4c5fa2
View code at this point
Browse repository at this point
Commits on May 26, 2026
refactor: code structure for improved readability and maintainability
siyul-park
committed
0763114
View commit details
Copy full SHA for 0763114
View code at this point
Browse repository at this point
Commits on May 21, 2026
feat: Implement marshaling and unmarshaling for types with reflect-based serialization
siyul-park
committed
43d734e
View commit details
Copy full SHA for 43d734e
View code at this point
Browse repository at this point
Commits on May 16, 2026
refactor: redesign asm
siyul-park
committed
fbcd03e
View commit details
Copy full SHA for fbcd03e
View code at this point
Browse repository at this point
perf: cache jit arg buffer
siyul-park
committed
58d06f9
View commit details
Copy full SHA for 58d06f9
View code at this point
Browse repository at this point
Commits on May 15, 2026
refactor: be simple code
siyul-park
committed
1beda4e
View commit details
Copy full SHA for 1beda4e
View code at this point
Browse repository at this point
Commits on May 14, 2026
fix: can't set argv mixed type
siyul-park
committed
b9ad759
View commit details
Copy full SHA for b9ad759
View code at this point
Browse repository at this point
fix: dynamic return (#25)
siyul-park
authored
e430dfb
View commit details
Copy full SHA for e430dfb
View code at this point
Browse repository at this point
Commits on May 12, 2026
feat: improve profile (#22)
siyul-park
authored
0e75312
View commit details
Copy full SHA for 0e75312
View code at this point
Browse repository at this point
Commits on May 11, 2026
feat: jit local op (#21)
siyul-park
authored
8873093
View commit details
Copy full SHA for 8873093
View code at this point
Browse repository at this point
Commits on May 7, 2026
feat: support branch (#19)
siyul-park
authored
1db2714
View commit details
Copy full SHA for 1db2714
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.