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
.
dotnet
/
jitutils
Public
Notifications
You must be signed in to change notification settings
Fork
69
Star
160
Code
Issues
37
Pull requests
9
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security and quality
Insights
Improve jit-analyze performance and memory usage
- #441
#441
Open
MihaZupan
wants to merge 18 commits into
dotnet:main
dotnet/jitutils:main
from
MihaZupan:perf
MihaZupan/jitutils:perf
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Improve jit-analyze performance and memory usage
#441
MihaZupan
wants to merge 18 commits into
dotnet:main
dotnet/jitutils:main
from
MihaZupan:perf
MihaZupan/jitutils:perf
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
Materialize method comparisons instead of rebuilding them for every aggregate
Show description for 27ea778
MihaZupan
and
Copilot
committed
27ea778
View commit details
Copy full SHA for 27ea778
Browse repository at this point
Analyze file pairs in bounded parallel workers
Show description for b973865
MihaZupan
and
Copilot
committed
b973865
View commit details
Copy full SHA for b973865
Browse repository at this point
Scan disassembly with pooled line buffers
Show description for bc47d72
MihaZupan
and
Copilot
committed
bc47d72
View commit details
Copy full SHA for bc47d72
Browse repository at this point
Aggregate method metrics while parsing disassembly
Show description for bcb13f8
MihaZupan
and
Copilot
committed
bcb13f8
View commit details
Copy full SHA for bcb13f8
Browse repository at this point
Store metric values compactly and avoid copying parsed metrics
Show description for c882924
MihaZupan
and
Copilot
committed
c882924
View commit details
Copy full SHA for c882924
Browse repository at this point
Parallelize textual diffs and bypass git for identical files
Show description for bb910ad
MihaZupan
and
Copilot
committed
bb910ad
View commit details
Copy full SHA for bb910ad
Browse repository at this point
Reuse parsed methods and aggregate directly for identical file pairs
Show description for a816f75
MihaZupan
and
Copilot
committed
a816f75
View commit details
Copy full SHA for a816f75
Browse repository at this point
Preserve symbolic-link semantics in parallel text comparisons
Show description for f261f89
MihaZupan
and
Copilot
committed
f261f89
View commit details
Copy full SHA for f261f89
Browse repository at this point
Document large-input analysis and measured optimization results
Show description for 3533d57
MihaZupan
and
Copilot
committed
3533d57
View commit details
Copy full SHA for 3533d57
Browse repository at this point
Compute text line counts only for files eligible for the text-only report
Show description for e80f9a4
MihaZupan
and
Copilot
committed
e80f9a4
View commit details
Copy full SHA for e80f9a4
Browse repository at this point
Document demand-driven text analysis and 16.7x benchmark improvement
Show description for 12fdba8
MihaZupan
and
Copilot
committed
12fdba8
View commit details
Copy full SHA for 12fdba8
Browse repository at this point
Commits on Sep 5, 2026
Use default PLINQ parallelism for assembly analysis and text comparisons
Show description for 6160a67
MihaZupan
and
Copilot
committed
6160a67
View commit details
Copy full SHA for 6160a67
Browse repository at this point
Use an IO FileInfo alias and explain directory-link handling
Show description for eda4266
MihaZupan
and
Copilot
committed
eda4266
View commit details
Copy full SHA for eda4266
Browse repository at this point
Use an owned buffer and Array.Resize in DisassemblyReader
Show description for 93f7a09
MihaZupan
and
Copilot
committed
93f7a09
View commit details
Copy full SHA for 93f7a09
Browse repository at this point
Reuse Utility.ExecuteProcess for analyzer Git commands
Show description for 88fe6f4
MihaZupan
and
Copilot
committed
88fe6f4
View commit details
Copy full SHA for 88fe6f4
Browse repository at this point
Remove redundant stream-length check in FilesEqual
Show description for 24d313c
MihaZupan
and
Copilot
committed
24d313c
View commit details
Copy full SHA for 24d313c
Browse repository at this point
Remove the redundant byte comparison before Git text analysis
Show description for 4577d8d
MihaZupan
and
Copilot
committed
4577d8d
View commit details
Copy full SHA for 4577d8d
Browse repository at this point
Exclude regression harness and README expansion from the PR diff
Show description for 7f68fc7
MihaZupan
and
Copilot
committed
7f68fc7
View commit details
Copy full SHA for 7f68fc7
Browse repository at this point
You can’t perform that action at this time.