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

Remove warnings from Intel VTune Amplifier about signal stack being too small #6778

Merged
merged 1 commit into from
May 7, 2014

Conversation

ArchRobison
Copy link
Contributor

Intel VTune Amplifier XE 2013 requires a 64K signal stack on Linux. (See page 16 here for details). This pull request provides this size stack if all three of the following conditions are true:

  • Julia is running on Linux.
  • Julia was configured with USE_INTEL_JITEVENTS.
  • Julia is running under Intel VTune Amplifier.
    Otherwise, the signal stack size is the same. If Julia is not configured with USE_INTEL_JITEVENTS, no overhead (in space or time) is incurred.

JeffBezanson added a commit that referenced this pull request May 7, 2014
Remove warnings from Intel VTune Amplifier about signal stack being too small
@JeffBezanson JeffBezanson merged commit 57dc2ff into JuliaLang:master May 7, 2014
@ArchRobison
Copy link
Contributor Author

Advice in #6639 updated, since patch there is subsumed by #6678.

@ArchRobison ArchRobison deleted the adr/amplifier branch August 8, 2014 19:52
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.

2 participants