﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
417	Reentrance, Optimization, or both?	gusciora@…	Paul Price	"There are many cases where a psLib or psModule function must allocate dynamic
memory.  For instances where speed is crucial, I've been declaring these data
structures static, then allocating them once the first time the function is
called, and then setting the persistent memory bit.  However, this causes the
function to no longer be re-entrant.  What has higher priority?  Some possible
solutions:
    1) Allocate the data structure every time; code speed will decrease.
    2) Continue current approach.
    3) Put a mutex around access to that data structure.
    4) other ..."	defect	closed	high		PSLib SDRS	unspecified	normal	fixed		
