Review: EnvExpand optimization


Jeremy Selan <jeremy...@...>
 

Minor optimization: the potentially expensive EnvExpand call (which
expands envvars in file paths), does an early exit for paths which do
not contain special characters. ($ + %)

Commits:
38d53d46239ec3f7f090509f2273edbedd703d7e

-- Jeremy


Malcolm Humphreys <malcolmh...@...>
 

LGTM

On 10 Nov, 2010,at 11:20 AM, Jeremy Selan <jere...@...> wrote:

Minor optimization: the potentially expensive EnvExpand call (which
expands envvars in file paths), does an early exit for paths which do
not contain special characters. ($ + %)

Commits:
38d53d46239ec3f7f090509f2273edbedd703d7e

-- Jeremy