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

Adding support for MMTk (non-moving immix) #56288

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    df35d17 View commit details
    Browse the repository at this point in the history
  2. Removing jl_gc_notify_image_load, since it's a new function and not p…

    …art of the refactoring
    udesou committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d2f2b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42cb64 View commit details
    Browse the repository at this point in the history
  4. Addressing PR comments

    udesou committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9256391 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec398e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68e5e11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c23f0db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bfcfe5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b488bbe View commit details
    Browse the repository at this point in the history
  10. Adding fastpath allocation

    udesou committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a4cf8e7 View commit details
    Browse the repository at this point in the history
  11. Fixing removed newlines

    udesou committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ecb675a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77db203 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5d3a40 View commit details
    Browse the repository at this point in the history
  14. Fixing merge conflicts

    udesou committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c26632e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c283442 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    01aa623 View commit details
    Browse the repository at this point in the history
  2. Removing jl_gc_notify_image_load, since it's a new function and not p…

    …art of the refactoring
    udesou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e10e3ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4c4360 View commit details
    Browse the repository at this point in the history
  4. Addressing PR comments

    udesou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d07cae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e15217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cb0784 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12634f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa80933 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ce3fe3 View commit details
    Browse the repository at this point in the history
  10. Typo

    udesou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    048af72 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe61c22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b39f427 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    380fd83 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    ebf478a View commit details
    Browse the repository at this point in the history
  2. Removing jl_gc_notify_image_load, since it's a new function and not p…

    …art of the refactoring
    udesou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0a8444e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8818ea View commit details
    Browse the repository at this point in the history
  4. Addressing PR comments

    udesou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e721e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0eb93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb0ec76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3eea079 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef6c798 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63ca362 View commit details
    Browse the repository at this point in the history
  10. Typo

    udesou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3271996 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd4f5a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b26760d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4eba6b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c20ecb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    d044d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf8f45 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 23, 2024

  1. Fixing typo

    udesou committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6f21f64 View commit details
    Browse the repository at this point in the history
  2. Replacing jl_atomic_fetch_add_relaxed by load_jl_atomic_load_relaxed …

    …and jl_atomic_store_relaxed
    udesou committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ddc7361 View commit details
    Browse the repository at this point in the history