-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase __cilkrts_stack_frame alignment to ABI alignment of stack po…
…inter. All the __cilkrts_stack_frame objects are aligned on the stack. There is no cost to increasing their alignment and the compiler might generate better code. This alignment is only used within a module. The runtime will use whatever value is declared in C code.
- Loading branch information
1 parent
21d8fe4
commit 3497c51
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters