Skip to content
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

Remove the coordinator (controller) thread #1062

Closed
wants to merge 14 commits into from

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    3b61fad View commit details
    Browse the repository at this point in the history
  2. WIP: Rework GC triggering

    wks committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    18f7bb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Working

    wks committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ffe8f33 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. WIP: Remove Controller

    wks committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b64e2a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa8fac View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    8f8c3e0 View commit details
    Browse the repository at this point in the history
  2. WIP: Updating comments and minor code change.

    Found a case where workers may sleep forever.  Need to be fixed later.
    wks committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    845eea6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Fix a case where workers wait forever

    Mutators no longer trigger GC by adding ScheduleCollection directly.
    wks committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2d52f00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2aa50 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    867eac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    2230c3f View commit details
    Browse the repository at this point in the history
  2. Move the gc_start trace point.

    wks committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5bda9ee View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    70d7b95 View commit details
    Browse the repository at this point in the history
  2. Remove the EndOfGC work packet.

    wks committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    72e6eb9 View commit details
    Browse the repository at this point in the history