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

i#111 x64: support -leaks_only -no_esp_fastpath #2164

Merged
merged 1 commit into from Mar 10, 2019

Conversation

derekbruening
Copy link
Contributor

For x64 we do not yet have -esp_fastpath, but we want to support
-leaks_only. It uses part of the -esp_fastpath path to run a stack
zeroing loop, but it does not actually need the -esp_fastpath gencode,
so we simply remove the option check and route to the fastpath
handler.

Issue: #111, #677

For x64 we do not yet have -esp_fastpath, but we want to support
-leaks_only.  It uses part of the -esp_fastpath path to run a stack
zeroing loop, but it does not actually need the -esp_fastpath gencode,
so we simply remove the option check and route to the fastpath
handler.

Issue: #111, #677
@derekbruening
Copy link
Contributor Author

Looks like the test failures are actually from fefc464 and some install step failure wasn't caught by the wrapper and so it marked the build as green. Going to commit this and separately try to fix the tests failures.

@derekbruening derekbruening merged commit af18539 into master Mar 10, 2019
@derekbruening derekbruening deleted the i677-esp-slow-zero branch March 10, 2019 22:50
derekbruening added a commit that referenced this pull request Mar 11, 2019
Until DR supports the delay-load features needed for timezone
utilities used by dbghelp loading symbols, we work around a crash when
the "TZ" environment variable is unset by setting it.  This is a
transparency violation so we should remove this once DR's private
loader is improved.

Issue: #2164
derekbruening added a commit that referenced this pull request Mar 11, 2019
Until DR supports the delay-load features needed for timezone
utilities used by dbghelp loading symbols, we work around a crash when
the "TZ" environment variable is unset by setting it.  This is a
transparency violation so we should remove this once DR's private
loader is improved.

Issue: #2164
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.

None yet

1 participant