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: JuliaLang/julia Loading
base: fa3ea21
Choose a base ref
...
head repository: JuliaLang/julia Loading
compare: 8bf966c
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 16, 2019

  1. adjust some gc heuristics (#32556)

    - trigger a full collection if live size grows a lot and stays there
    - use a larger minor collect interval based on live_bytes
    
    helps #32472 and #28986
    JeffBezanson committed Jul 16, 2019
    2 Configuration menu
    Copy the full SHA
    f578ada View commit details
    Browse the repository at this point in the history
  2. avoid finalizing LLVMContext on exit (#32588)

    This avoids a possible crash if another thread is trying to compile
    something.
    JeffBezanson committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    dfc645c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b987cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80361a7 View commit details
    Browse the repository at this point in the history
  5. Drop extra word (#32598)

    [skip ci]
    PallHaraldsson authored and Viral B. Shah committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    b4a358b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. 2 Configuration menu
    Copy the full SHA
    29c08a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf966c View commit details
    Browse the repository at this point in the history
Loading