Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Morrow
1a95eb42b1 SERVER-19614 Use stack bounds to limit JS recursion 2015-10-27 08:06:43 -04:00
Andrew Morrow
804f8c7b92 SERVER-19614 Temporarily disable JS recursion depth protections 2015-10-13 16:44:10 -04:00
Jason Carey
e5f65d77a3 SERVER-19614 Implement stack quotas for JS
Replace existing calls to std::thread with platform threading primitives
and set a stack quota to avoid stack overflows for some recursive use
cases in js.
2015-10-06 19:10:55 -04:00