-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec/suite_b: Optimize away slice bounds checks.
Help the compiler see that COMMON_OPS.num_limbs, which is used in all the slicing, is always less than the size of the array, so no bounds checks need to be emitted.
- Loading branch information
1 parent
1e539cd
commit cf510c4
Showing
5 changed files
with
88 additions
and
55 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
Oops, something went wrong.