-
Notifications
You must be signed in to change notification settings - Fork 69
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
Introduce ArcFlexMut
for Space references
#965
Draft
qinsoon
wants to merge
28
commits into
mmtk:master
Choose a base branch
from
qinsoon:space-ref
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efe572d - Browse repository at this point
Copy the full SHA efe572dView commit details
Commits on Sep 8, 2023
-
Move more stuff out of BasePlan. Allocator no longer keeps a ref to
plan. Introduce AllocatorContext
Configuration menu - View commit details
-
Copy full SHA for 8768970 - Browse repository at this point
Copy the full SHA 8768970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2e9aa - Browse repository at this point
Copy the full SHA 2e2e9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b3160 - Browse repository at this point
Copy the full SHA c4b3160View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f14ad1a - Browse repository at this point
Copy the full SHA f14ad1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fd28a - Browse repository at this point
Copy the full SHA a6fd28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c929d - Browse repository at this point
Copy the full SHA d2c929dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c13a6c - Browse repository at this point
Copy the full SHA 5c13a6cView commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 280758a - Browse repository at this point
Copy the full SHA 280758aView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bf649e - Browse repository at this point
Copy the full SHA 6bf649eView commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fd91b3 - Browse repository at this point
Copy the full SHA 9fd91b3View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63e8057 - Browse repository at this point
Copy the full SHA 63e8057View commit details -
Configuration menu - View commit details
-
Copy full SHA for f968c07 - Browse repository at this point
Copy the full SHA f968c07View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f209311 - Browse repository at this point
Copy the full SHA f209311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48615af - Browse repository at this point
Copy the full SHA 48615afView commit details -
Remove get_plan_mut and UnsafeCell for plan. prepare/release/end_of_gc
now takes an immutable reference to the plan.
Configuration menu - View commit details
-
Copy full SHA for 92cb35c - Browse repository at this point
Copy the full SHA 92cb35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc150c - Browse repository at this point
Copy the full SHA 0fc150cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b95ff4b - Browse repository at this point
Copy the full SHA b95ff4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5ef1c - Browse repository at this point
Copy the full SHA 9e5ef1cView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcdb87a - Browse repository at this point
Copy the full SHA dcdb87aView commit details
Commits on Oct 3, 2023
-
Disabling PrepareMutator from PlanConstraints (mmtk#964)
Some plans do nothing when preparing mutators. We add a boolean flag so that we do not create the PrepareMutator work packets in the first place. We also remove the function that prepares Mutator for Immix. It is unnecessary to reset the ImmixAllocator of a mutator when preparing mutator because the mutator's ImmixAllocator is not used during GC. When a GC worker defragments the heap and promotes young objects, it uses the ImmixAllocator instances in ImmixCopyContext or ImmixHybridCopyContext. Fixes: mmtk#959
Configuration menu - View commit details
-
Copy full SHA for 5e4c0a0 - Browse repository at this point
Copy the full SHA 5e4c0a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb8c50 - Browse repository at this point
Copy the full SHA edb8c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc393e - Browse repository at this point
Copy the full SHA edc393eView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c15b1cb - Browse repository at this point
Copy the full SHA c15b1cbView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c254f4 - Browse repository at this point
Copy the full SHA 1c254f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c27b79 - Browse repository at this point
Copy the full SHA 2c27b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20e3c3 - Browse repository at this point
Copy the full SHA f20e3c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e69a01 - Browse repository at this point
Copy the full SHA 2e69a01View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.