]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Eliminated all calls to oilsIDLFindPath() in this file.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jan 2009 20:56:33 +0000 (20:56 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jan 2009 20:56:33 +0000 (20:56 +0000)
commit3f79b787ca5d308a52039af581763c6f7e427925
treedce6d760f1220e0ded814cd23c7fa5d0f53355d0
parent81659b5313c6f6da5732e580ee70fec6c9a07533
Eliminated all calls to oilsIDLFindPath() in this file.

This change eliminates the overhead of parsing path
strings, including the malloc and free that such
parsing entails.

In addition: in most cases we had been calling
oilsIDLFindPath() twice, once to verify that the class
existed, and again to find whatever piece of it we
wanted.  This duplication of effort is now gone.
-This line, and those below, will be ignored--

M    Open-ILS/src/c-apps/oils_idl-core.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11984 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_idl-core.c