Skip to content

Commit

Permalink
also remove the extra scollect_nonstack_roots
Browse files Browse the repository at this point in the history
should be unnecessary, let's see
  • Loading branch information
cfbolz committed Mar 19, 2024
1 parent 1cc4425 commit 410a19d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpython/memory/gc/incminimark.py
Original file line number Diff line number Diff line change
Expand Up @@ -2420,11 +2420,6 @@ def major_collection_step(self, reserving_size=0):
if (not self.objects_to_trace.non_empty() and
not self.more_objects_to_trace.non_empty()):
#
# First, 'prebuilt_root_objects' might have grown since
# we scanned it in collect_roots() (rare case). Rescan.
self.collect_nonstack_roots()
self.visit_all_objects()
#
if self.rrc_enabled:
self.rrc_major_collection_trace()
#
Expand Down

0 comments on commit 410a19d

Please sign in to comment.