-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defer DiaSession's symbol init (it is unused by WinPix (or anyone?)) (#…
…6187) The init of the dia symbol manager presents an unneccessary performance hit for WinPix. It's quite simple to defer the init, so here we are. (This dia implementation was originally added specifically for WinPix, but was then superseded by a simpler API. It's entirely possible that there are no other clients of the dia interface at all, but it has been published, so we're probably bound to maintain it.) (Note that there are other deferment opportunities here, but the larger pending work is to disentangle the dia implementation from that of the new "IDxcPix*" API that WinPix uses, which would obviate deferment altogether, but that's way out of scope for me for now.)
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 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