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 }}
datacratic
/
soa
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
18
Code
Issues
0
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
GcLock: write lock
- #28
#28
Open
oktal
wants to merge 16 commits into
master
datacratic/soa:master
from
gclock-write-lock
datacratic/soa:gclock-write-lock
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
GcLock: write lock
#28
oktal
wants to merge 16 commits into
master
datacratic/soa:master
from
gclock-write-lock
datacratic/soa:gclock-write-lock
Copy head branch name to clipboard
Commits
Commits on Jul 25, 2013
Introduced a boolean flag to GcLock to control defer execution
Mathieu Stefani
committed
a8214dd
View commit details
Copy full SHA for a8214dd
Browse repository at this point
Removed unused RCU source files from directory tree
Mathieu Stefani
committed
90f23f4
View commit details
Copy full SHA for 90f23f4
Browse repository at this point
Merge branch 'master' into gclock-defer-write
Mathieu Stefani
committed
1fa0ec7
View commit details
Copy full SHA for 1fa0ec7
Browse repository at this point
Commits on Jul 26, 2013
Replaced rcu_dereference_sym call by plain std::atomic.
Show description for 2d011f0
Mathieu Stefani
committed
2d011f0
View commit details
Copy full SHA for 2d011f0
Browse repository at this point
Commits on Aug 2, 2013
Implemented speculative Gc. The speculative unlock version does not guarantee that once it's done, the Gc is unlocked.
Mathieu Stefani
committed
467cce6
View commit details
Copy full SHA for 467cce6
Browse repository at this point
Commits on Aug 5, 2013
Merge branch 'master' into gclock-speculative-experiment
Mathieu Stefani
committed
5754e0f
View commit details
Copy full SHA for 5754e0f
Browse repository at this point
Commits on Aug 7, 2013
Refactored TLS stuff
Mathieu Stefani
committed
1b57d9e
View commit details
Copy full SHA for 1b57d9e
Browse repository at this point
Commits on Aug 16, 2013
Merge branch 'master' into gclock-write-lock
Show description for dfd807d
Mathieu Stefani
committed
dfd807d
View commit details
Copy full SHA for dfd807d
Browse repository at this point
GcLock: can now dissociate read-side from write-side critical sections. This allows us to block writes when needed
Mathieu Stefani
committed
c6cfcd6
View commit details
Copy full SHA for c6cfcd6
Browse repository at this point
Commits on Aug 19, 2013
Merge branch 'master' into gclock-write-lock
Mathieu Stefani
committed
b9d25f5
View commit details
Copy full SHA for b9d25f5
Browse repository at this point
Commits on Aug 22, 2013
Made some refinement to the GcLock. Also added a guard against infinite spinning
Mathieu Stefani
committed
03cd5e2
View commit details
Copy full SHA for 03cd5e2
Browse repository at this point
Commits on Aug 26, 2013
Calling ML::do_abort before throwing in GCLOCK_SPINCHECK macro. This is useful if we can't use catch throw in gdb
Mathieu Stefani
committed
e76a74a
View commit details
Copy full SHA for e76a74a
Browse repository at this point
Using AND mask rather than SHR to check the stop bit
Mathieu Stefani
committed
10b1961
View commit details
Copy full SHA for 10b1961
Browse repository at this point
Throwing an exception when the CAS fails in unlockWrite
Mathieu Stefani
committed
91d6542
View commit details
Copy full SHA for 91d6542
Browse repository at this point
Moved write-side critical section implementation in source file
Mathieu Stefani
committed
150205a
View commit details
Copy full SHA for 150205a
Browse repository at this point
Removed the double-check. We don't need it if we check after reading the old value
Mathieu Stefani
committed
df3176d
View commit details
Copy full SHA for df3176d
Browse repository at this point
You can’t perform that action at this time.