This repository has been archived by the owner on Oct 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazily initialize the bounds arrays in ParameterBlock.
Problems that do not use bounds do not have to pay the price of storing bounds constraints. Also replace the raw pointer access to the upper and lower bounds arrays with accessors which hides the lazy initialization from the user. Change-Id: I0325a35de9c29f853559f891e32e7c777686e537
- Loading branch information
1 parent
633b50b
commit a536ae7
Showing
3 changed files
with
84 additions
and
50 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