Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/12/02 10:11
Read: times


 
#30632 - RE: re-entrant functions/mahmood
hi mahmod;
ideally a re-entrant function should have all the variables as 'local' but that would mean a lot of stack.try to avoid access
(especially modification)to any of shared or 'global' variables.needless to say don't keep any shared variable in commonly accssed registers.the parameters passed to routine should ideally contain all the info needed by your reentrant code.
regards
pranav


List of 7 messages in thread
TopicAuthorDate
re-entrant functions            01/01/70 00:00      
RE: re-entrant functions            01/01/70 00:00      
RE: re-entrant functions            01/01/70 00:00      
RE: re-entrant functions            01/01/70 00:00      
RE: re-entrant functions            01/01/70 00:00      
RE: re-entrant functions/Andy            01/01/70 00:00      
RE: re-entrant functions/mahmood            01/01/70 00:00      

Back to Subject List