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
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
.
https-github-com-Surachai-kent
/
runtime
Public
forked from
dotnet/runtime
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
runtime
src
coreclr
on
main
User selector
All users
All time
Commit history
Commits on Oct 11, 2022
Double the size of new frozen segments (#76870)
EgorBo
authored
8c43676
View commit details
Copy full SHA for 8c43676
View code at this point
Browse repository at this point
Don't unnecessarily allocate ObjectNodeSection objects (#76894)
filipnavara
authored
3ded1a4
View commit details
Copy full SHA for 3ded1a4
View code at this point
Browse repository at this point
[JIT] Cleanup to lsra inspired by #73424 (#76481)
Show description for 20d4e30
markples
authored
20d4e30
View commit details
Copy full SHA for 20d4e30
View code at this point
Browse repository at this point
Add more optimizations for (https://github.com/dotnet/runtime/issues/61412) (#74806)
En3Tho
authored
3e9df90
View commit details
Copy full SHA for 3e9df90
View code at this point
Browse repository at this point
Fix loop canonicalization for call-finally case (#76734)
Show description for 3435b39
BruceForstall
authored
3435b39
View commit details
Copy full SHA for 3435b39
View code at this point
Browse repository at this point
Revert "Reduce CoreCLR PAL (#76832)" (#76860)
Show description for 744fc9b
jkotas
authored
744fc9b
View commit details
Copy full SHA for 744fc9b
View code at this point
Browse repository at this point
Reduce CoreCLR PAL (#76832)
Show description for f745eb9
janvorli
authored
f745eb9
View commit details
Copy full SHA for f745eb9
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
Fixing repro command line arguments (#76820)
Show description for 18d0ead
3 people
authored
18d0ead
View commit details
Copy full SHA for 18d0ead
View code at this point
Browse repository at this point
JIT: Move impMathIntrinsic, lookupNamedIntrinsic, impUnsupportedNamedIntrinsic, impArrayAccessIntrinsic, impKeepAliveIntrinsic
jakobbotsch
authored and
stephentoub
committed
d6fdb3a
View commit details
Copy full SHA for d6fdb3a
View code at this point
Browse repository at this point
JIT: Move impTailCallRetTypeCompatible, impCheckCanInline
jakobbotsch
authored and
stephentoub
committed
14a3175
View commit details
Copy full SHA for 14a3175
View code at this point
Browse repository at this point
JIT: Move impMarkInlineCandidate, impMarkInlineCandidateHelper, IsTargetIntrinsic, IsIntrinsicImplementedByUserCall, IsMathIntrinsic, impDevirtualizeCall, impConsiderCallProbe, compClassifyGDVProbe…
Show description for e25ea2e
jakobbotsch
authored and
stephentoub
committed
e25ea2e
View commit details
Copy full SHA for e25ea2e
View code at this point
Browse repository at this point
JIT: Move SpillRetExprHelper, addFatPointerCandidate, pickGDV, isCompatibleMethodGDV, considerGuardedDevirtualization, addGuardedDevirtualizationCandidate
jakobbotsch
authored and
stephentoub
committed
28cf929
View commit details
Copy full SHA for 28cf929
View code at this point
Browse repository at this point
JIT: Move impTransformThis, impCanPInvokeInline, impCanPInvokeInlineCallSite, impCheckForPInvokeCall
jakobbotsch
authored and
stephentoub
committed
5cb467a
View commit details
Copy full SHA for 5cb467a
View code at this point
Browse repository at this point
JIT: Move impPopCallArgs, impPopReverseCallArgs
jakobbotsch
authored and
stephentoub
committed
de46125
View commit details
Copy full SHA for de46125
View code at this point
Browse repository at this point
JIT: Move impInitializeArrayIntrinsic, impCreateSpanIntrinsic, impIntrinsic, impSRCSUnsafeIntrinsic
jakobbotsch
authored and
stephentoub
committed
a29bbc8
View commit details
Copy full SHA for a29bbc8
View code at this point
Browse repository at this point
JIT: Move impImportIndirectCall, impPopArgsForUnmanagedCall
jakobbotsch
authored and
stephentoub
committed
e1d4d2b
View commit details
Copy full SHA for e1d4d2b
View code at this point
Browse repository at this point
JIT: Move impImportCall, impImportJitTestLabelMark, impFixupCallStructReturn
jakobbotsch
authored and
stephentoub
committed
e466de7
View commit details
Copy full SHA for e466de7
View code at this point
Browse repository at this point
JIT: Add importercalls.cpp for upcoming split, remove underscores from file names
Show description for 2bdaead
jakobbotsch
authored and
stephentoub
committed
2bdaead
View commit details
Copy full SHA for 2bdaead
View code at this point
Browse repository at this point
Fix converting old SIMD ctors to HWI ones (#71865)
Show description for 61687ab
aromaa
authored
61687ab
View commit details
Copy full SHA for 61687ab
View code at this point
Browse repository at this point
Don't mark some byref locals as SIMD (#73819)
Show description for 3f60f28
SingleAccretion
authored
3f60f28
View commit details
Copy full SHA for 3f60f28
View code at this point
Browse repository at this point
JIT: import static readonly fields holding frozen objects as const handles (#76112)
Show description for 12caa8f
3 people
authored
12caa8f
View commit details
Copy full SHA for 12caa8f
View code at this point
Browse repository at this point
Remove more PAL exports for `wprintf` `wscanf` funcs (#76771)
Show description for a04f75c
AaronRobinsonMSFT
authored
a04f75c
View commit details
Copy full SHA for a04f75c
View code at this point
Browse repository at this point
Fix help formatting in cg2/ilc (#76772)
am11
authored
6dc320e
View commit details
Copy full SHA for 6dc320e
View code at this point
Browse repository at this point
Add VMR attributes to preserve empty PDB files (#76810)
Show description for c6b06a8
premun
and
akoeplinger
authored
c6b06a8
View commit details
Copy full SHA for c6b06a8
View code at this point
Browse repository at this point
SPMI: Return recorded base instrumentation data address (#76765)
Show description for 1fb72df
jakobbotsch
authored
1fb72df
View commit details
Copy full SHA for 1fb72df
View code at this point
Browse repository at this point
Devirtualize EqualityComparer for reference types (#76714)
EgorBo
authored
0f015ec
View commit details
Copy full SHA for 0f015ec
View code at this point
Browse repository at this point
JIT: Preference locals away from PUTARG_REG killed registers (#76671)
Show description for 5aa3f81
jakobbotsch
authored
5aa3f81
View commit details
Copy full SHA for 5aa3f81
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
JIT: Streamline SIMD recognition (#76613)
Show description for f33d778
jakobbotsch
authored
f33d778
View commit details
Copy full SHA for f33d778
View code at this point
Browse repository at this point
filtering out addresses conservatively reported that land in the GC range but not in bookkeeping range (#76737)
Show description for cb6e5e7
Maoni0
authored
cb6e5e7
View commit details
Copy full SHA for cb6e5e7
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
Remove GUID <=> string functions in PAL (#76729)
Show description for 3e600c9
AaronRobinsonMSFT
authored
3e600c9
View commit details
Copy full SHA for 3e600c9
View code at this point
Browse repository at this point
Use normal VNs when adding NRE exception sets (#76639)
SingleAccretion
authored
6367772
View commit details
Copy full SHA for 6367772
View code at this point
Browse repository at this point
Low memory fixes (#76468)
cshung
authored
b38fb07
View commit details
Copy full SHA for b38fb07
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Simplify handling of multi-reg returns (#74499)
Show description for be5a4d3
SingleAccretion
authored
be5a4d3
View commit details
Copy full SHA for be5a4d3
View code at this point
Browse repository at this point
SPMI: Write out improvements/regressions breakdown details (#76711)
Show description for 0a72868
jakobbotsch
authored
0a72868
View commit details
Copy full SHA for 0a72868
View code at this point
Browse repository at this point
Add GenTreeID in allocating registers table (#76521)
Show description for 65f9c1c
kunalspathak
authored
65f9c1c
View commit details
Copy full SHA for 65f9c1c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.