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

[jiterp] Adjust jiterpreter thresholds to exercise it more on CI #82476

Closed
wants to merge 6 commits into from

Commits on Mar 10, 2023

  1. Checkpoint CFG

    Generate fallthrough in CFG
    
    Generate branch block header partially in cfg
    
    Emit branches in CFG
    
    Checkpoint: Emit loop and exit return in CFG (broken)
    
    Fix CFG emitting function header in the wrong place
    
    Improve accuracy of cfg size estimation
    
    Remove log messages
    
    Checkpoint: Forward branches partially working
    
    Fix non-conditional branches not being added to target table
    Remove fallthrough
    kg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d26a038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0debad View commit details
    Browse the repository at this point in the history
  3. Cleanup

    kg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    17cca49 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    kg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a414fb6 View commit details
    Browse the repository at this point in the history
  5. Remove use of DataView since it has a hazard around heap growth

    Use copyWithin to implement appendBytes where possible
    More accurate overhead calculation
    kg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    46211fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ceba516 View commit details
    Browse the repository at this point in the history