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

limit stack size, memory size and execution time #43

Merged
merged 11 commits into from
Jul 7, 2016
Merged

limit stack size, memory size and execution time #43

merged 11 commits into from
Jul 7, 2016

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Jul 5, 2016

fixes #37

@@ -4,6 +4,7 @@ extern crate getopts;
extern crate miri;
extern crate rustc;
extern crate rustc_driver;
extern crate rustc_plugin;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused?

@solson
Copy link
Member

solson commented Jul 7, 2016

This is looking good. Thanks!

I'm ready to merge after the nits in my comments are addressed.

@oli-obk
Copy link
Contributor Author

oli-obk commented Jul 7, 2016

addressed all comments

@solson
Copy link
Member

solson commented Jul 7, 2016

Travis failed

@oli-obk
Copy link
Contributor Author

oli-obk commented Jul 7, 2016

didn't merge in the float branch :/

@solson solson merged commit 0948e2d into rust-lang:master Jul 7, 2016
@oli-obk oli-obk deleted the the_outer_limits branch July 7, 2016 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add configurable resource limits
2 participants