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

Fixing continuation recursions to not depend on fixed amount of recursions #1969

Merged
merged 3 commits into from Jan 28, 2016

Commits on Jan 27, 2016

  1. Fixing continuation recursions to not depend on fixed amount of recur…

    …sions
    
     - Disabling the continuation recursion counter on windows because it is not
       needed there (stack grows dynamically)
     - Adding function to retrieve the current value of the stack pointers on
       supported platforms (x86, x86_64, arm and powerpc)
     - When running the completion handlers, check for available stack base
       to decide wether to recurse asynchronously or not
     - Fallback to continuation recursion count for platforms where we can't retrieve
       the stack pointer
    sithhell committed Jan 27, 2016
    Copy the full SHA
    64f6c3f View commit details
    Browse the repository at this point in the history
  2. Fixing continuation recursions to not depend on fixed amount of recur…

    …sions
    
     - Disabling the continuation recursion counter on windows because it is not
       needed there (stack grows dynamically)
     - Adding function to retrieve the current value of the stack pointers on
       supported platforms (x86, x86_64, arm and powerpc)
     - When running the completion handlers, check for available stack base
       to decide wether to recurse asynchronously or not
     - Fallback to continuation recursion count for platforms where we can't retrieve
       the stack pointer
    sithhell committed Jan 27, 2016
    Copy the full SHA
    a57a993 View commit details
    Browse the repository at this point in the history
  3. Making inspect happy

    hkaiser committed Jan 27, 2016
    Copy the full SHA
    a88a6b9 View commit details
    Browse the repository at this point in the history