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

GH-103082: Filter LINE events in VM, to simplify tool implementation. #104387

Merged
merged 8 commits into from
May 12, 2023

Commits on May 10, 2023

  1. Filter LINE events in VM, to simplify tool implementation.

    When monitoring LINE events, instrument all instructions that can have a predecessor on a different line.
    Then check that the a new line has been hit in the instrumentation code.
    This brings the behavior closer to that of 3.11, simplifying implementation and porting of tools.
    markshannon committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4190fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8c98f View commit details
    Browse the repository at this point in the history
  3. Add news

    markshannon committed May 10, 2023
    Configuration menu
    Copy the full SHA
    cc62dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5418580 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1da7272 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Address review comments.

    markshannon committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e76f241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d6799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9cf3db View commit details
    Browse the repository at this point in the history