config: optionally embed environment variables onto SE-mode application stack
Review Request #2638 - Created Feb. 6, 2015 and submitted
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 10683:415c1528e323 --------------------------- config: optionally embed environment variables onto SE-mode application stack
Ship It!
Review request changed
Updated (April 20, 2015, 10:59 a.m.)
Change Summary:
Instead of adding environment variables directly from os.environ, pull them from a file. This change makes the stack offsets deterministic between runs (otherwise, minor additions alter the stack layout).
The previous behavior can be obtained by using writing the entire environment to a file with: "env > env-vars.txt".
Diff: |
Revision 2 (+8) |
---|