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

Initialize MemoryExtra with StdRng #792

Closed
wants to merge 3 commits into from
Closed

Initialize MemoryExtra with StdRng #792

wants to merge 3 commits into from

Conversation

pvdrz
Copy link
Contributor

@pvdrz pvdrz commented Jun 26, 2019

Related Rust PR: rust-lang/rust#62158

r? @RalfJung

@RalfJung
Copy link
Member

Please also remove the Default derive from memory::MemoryExtra.

@RalfJung
Copy link
Member

@christianpoveda I planned a bit of refactoring for this new memory.rs file. To avoid conflicts I think I am going to base that on top of your PR here if you don't mind. :)

@pvdrz
Copy link
Contributor Author

pvdrz commented Jun 27, 2019

Go ahead! Happy coding!

@RalfJung
Copy link
Member

@oli-obk I did the "get stuff our of lib.rs" that we talked about.

@RalfJung
Copy link
Member

Closing in favor of #799, we need this branch in the miri repo already to land it in rustc synchronously.

@RalfJung RalfJung closed this Jun 29, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 5, 2019
…=RalfJung

Add MemoryExtra in InterpretCx constructor params

This is to avoid modifying `MemoryExtra` inside `InterpretCx` after initialization. Related miri PR: rust-lang/miri#792

r? @RalfJung
Centril added a commit to Centril/rust that referenced this pull request Jul 5, 2019
…=RalfJung

Add MemoryExtra in InterpretCx constructor params

This is to avoid modifying `MemoryExtra` inside `InterpretCx` after initialization. Related miri PR: rust-lang/miri#792

r? @RalfJung
Centril added a commit to Centril/rust that referenced this pull request Jul 5, 2019
…=RalfJung

Add MemoryExtra in InterpretCx constructor params

This is to avoid modifying `MemoryExtra` inside `InterpretCx` after initialization. Related miri PR: rust-lang/miri#792

r? @RalfJung
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.

3 participants