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: STEllAR-GROUP/hpx
base: b6dc6ce0231d^
Choose a base ref
...
head repository: STEllAR-GROUP/hpx
compare: 098b5440e4b9
Choose a head ref
  • 7 commits
  • 69 files changed
  • 3 contributors

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    07efc97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6477a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d17f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    b6dc6ce View commit details
    Browse the repository at this point in the history
  2. Changing the coroutine implementations to do a lazy init

    This changes the context implementations to perform a lazy initialization
    of their respective contexts. This potentially leads to less resource usage.
    Thomas Heller authored and biddisco committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    fbc1871 View commit details
    Browse the repository at this point in the history
  3. Remove staged queue from thread map and run_now param from create_thr…

    …ead api
    
    With lazy creation of stacks, the staged queue is no longer needed since
    tsks can be created immediately and scheduled when they are ready.
    
    All executrs and calls to register_thread_nullary/etc need to are
    modified to remove the run_now param since it is no longer meaningful.
    biddisco committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    7fe9741 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    098b544 View commit details
    Browse the repository at this point in the history