-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
splistore cold object reification redux #8029
splistore cold object reification redux #8029
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8029 +/- ##
==========================================
+ Coverage 39.20% 39.27% +0.06%
==========================================
Files 662 664 +2
Lines 71925 72056 +131
==========================================
+ Hits 28201 28301 +100
+ Misses 38839 38837 -2
- Partials 4885 4918 +33
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some mostly questions. Would be good to put answers in code comments as well so that future readers will be less confused.
Implements cold object reification in the splitstore for VM access, as described in #6726; on top of #8008, cherry picked and adapted from #6914.
Closes #6726