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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/04/02 17:47
Read: times


 
#30203 - RE: re-entrant functions
Hi Mahmood,

The biggest issue with re-entrant functions, whatever language they are written in, is Stack use. Every call puts two bytes on the Stack, which limits the number of nested calls.
They are also a right royal pain to debug....

Rob.

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