Skip to content

limit stack size, memory size and execution time#43

Merged
solson merged 11 commits into
rust-lang:masterfrom
oli-obk:the_outer_limits
Jul 7, 2016
Merged

limit stack size, memory size and execution time#43
solson merged 11 commits into
rust-lang:masterfrom
oli-obk:the_outer_limits

Conversation

@oli-obk

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

Copy link
Copy Markdown
Contributor

fixes #37

Comment thread src/bin/miri.rs Outdated
extern crate miri;
extern crate rustc;
extern crate rustc_driver;
extern crate rustc_plugin;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Unused?

@solson

solson commented Jul 7, 2016

Copy link
Copy Markdown
Contributor

This is looking good. Thanks!

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

@oli-obk

oli-obk commented Jul 7, 2016

Copy link
Copy Markdown
Contributor Author

addressed all comments

@solson

solson commented Jul 7, 2016

Copy link
Copy Markdown
Contributor

Travis failed

@oli-obk

oli-obk commented Jul 7, 2016

Copy link
Copy Markdown
Contributor Author

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