Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Pivot-Studio/pivot-lang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Pivot-Studio/pivot-lang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/future
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 14 files changed
  • 1 contributor

Commits on May 15, 2024

  1. fix: wrong collect logic when thread stuck

    Previously we always try to scan the stack precisely if the
    thread is stuck even when conservative stack scan feature
    is enabled. This may cause unexpected behaviours when using
    stucking apis.
    
    This commit also fixed a bug in optimization pipeline in O3 level.
    Previously we are missing some simplification pass on this level,
    preventing opt like tail call elimination in some cases.
    
    The last bug fixed in this commiy is related to escape analysis.
    The inferenced tuple types are always atomic due to a typo, which
    causing invalid memory access error when dealing with non atomic
    tuples.
    Chronostasys committed May 15, 2024
    Configuration menu
    Copy the full SHA
    35cfa28 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    b8c0c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e06b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84aac3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix: add ci outputs

    Chronostasys committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3021ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb2806 View commit details
    Browse the repository at this point in the history
  3. ci: try fix ci hang

    Chronostasys committed May 17, 2024
    Configuration menu
    Copy the full SHA
    26d7372 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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