-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use argument symbols in SimpleString.c asm code
Previously the argument addresses were being calculated by hand, which required the Frame Pointer Omission optimization and disallowed Whole Program Optimization in Win32 builds (so that the calling conventions were predictable). This loosens that requirement and fixes Win32 builds.
- Loading branch information
Christopher Gurnee
committed
Dec 7, 2014
1 parent
355020d
commit 5d426c4
Showing
3 changed files
with
38 additions
and
54 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
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