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

counting cycles in GC #50

Closed
wants to merge 11 commits into from
Closed

counting cycles in GC #50

wants to merge 11 commits into from

Commits on Oct 6, 2022

  1. started perf stuff

    Diogo Netto authored and Diogo C Netto committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    fb2ac11 View commit details
    Browse the repository at this point in the history
  2. fixed some typos

    Diogo C Netto committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2b23e9c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. actually calling perf_event funcs

    Diogo C Netto committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d3a6703 View commit details
    Browse the repository at this point in the history
  2. syscall only once

    Diogo C Netto committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d5c4bbe View commit details
    Browse the repository at this point in the history
  3. gc cycles in table

    Diogo C Netto committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3852da0 View commit details
    Browse the repository at this point in the history
  4. running 2N times to avoid syscall overhead

    Diogo C Netto committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ac9c9bd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. don't wrap counters in julia

    Diogo C Netto committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    e9ba786 View commit details
    Browse the repository at this point in the history
  2. fmt

    Diogo C Netto committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    55d9699 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. reading from actual opened fd

    Diogo C Netto committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4930081 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. cycle count fix

    Diogo C Netto committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f0f0540 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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