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
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
587
Discussions
Actions
Projects
Security and quality
67
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix double printing in StressLog and simplify stresslog macros
- #105420
#105420
Merged
jkoritzinsky
merged 10 commits into
dotnet:main
dotnet/runtime:main
from
jkoritzinsky:stresslog-varargs
jkoritzinsky/runtime:stresslog-varargs
Copy head branch name to clipboard
Jul 25, 2024
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Fix double printing in StressLog and simplify stresslog macros
#105420
jkoritzinsky
merged 10 commits into
dotnet:main
dotnet/runtime:main
from
jkoritzinsky:stresslog-varargs
jkoritzinsky/runtime:stresslog-varargs
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2024
Remove unused and single-use specialized stresslog macros.
jkoritzinsky
committed
4209da3
View commit details
Copy full SHA for 4209da3
Browse repository at this point
Clean up StressLogMsg with variadic templates and add better support for double arguments (which were being used beforehand in the GC but in way where they wouldn't actually end up being logged cor…
Show description for beda37c
jkoritzinsky
committed
beda37c
View commit details
Copy full SHA for beda37c
Browse repository at this point
Do the same cleanup on the NativeAOT stresslog implementation.
jkoritzinsky
committed
5a09c87
View commit details
Copy full SHA for 5a09c87
Browse repository at this point
Make formatting consistent
jkoritzinsky
committed
bf34784
View commit details
Copy full SHA for bf34784
Browse repository at this point
Clean up LogMsgOL in CoreCLR like in NativeAOT
jkoritzinsky
committed
5ea22bd
View commit details
Copy full SHA for 5ea22bd
Browse repository at this point
Refactor stresslog macros to collapse them into simpler definitions that use the same argument handling as the vararg scenario for the GC.
jkoritzinsky
committed
180dde1
View commit details
Copy full SHA for 180dde1
Browse repository at this point
Fix unix failures in CI
jkoritzinsky
committed
2b99900
View commit details
Copy full SHA for 2b99900
Browse repository at this point
Move specializations out of StressLog and StressLogMsg
jkoritzinsky
committed
153251d
View commit details
Copy full SHA for 153251d
Browse repository at this point
Add an affordance for 64-bit integer parameters on 32-bit platforms until we move to a managed stresslog reader model that can more easily evolve.
jkoritzinsky
committed
faa8218
View commit details
Copy full SHA for faa8218
Browse repository at this point
Make specializations inline
jkoritzinsky
committed
36654de
View commit details
Copy full SHA for 36654de
Browse repository at this point
You can’t perform that action at this time.