Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Improve VM executor stack size estimation rules #8439

Merged
merged 4 commits into from
Apr 20, 2018

Commits on Apr 19, 2018

  1. Configuration menu
    Copy the full SHA
    b9369fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7533a View commit details
    Browse the repository at this point in the history
  3. Fix an off by one typo and set minimal stack size

    This avoids the case if `depth_threshold == max_depth`. Usually setting stack size to zero will just rebound it to
    platform minimal stack size, but we set it here just in case.
    sorpaas committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    0827613 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2f3f01 View commit details
    Browse the repository at this point in the history