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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/09/01 11:35
Read: times


 
#16461 - RE: ReG. reentrant functions
"if i don't declare the function CreateArray(), as a reentrant function, then the array of 510 bytes, which, i tried to create inside the CreateArray() function, gets loacted at different memory area in the external RAM and not in the VIRTUAL STACK SEGMENT."

Why is that a problem?
That's the way it's supposed to work!

The only reason to mess about with the "VIRTUAL STACK SEGMENT" [1] is if you really need your function to be reentrant.

Do you actually need your fucntion to be reentrant?

[1] or whatever else a particular implementation may choose to call it

List of 14 messages in thread
TopicAuthorDate
ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions            01/01/70 00:00      
RE: ReG. reentrant functions - Peter            01/01/70 00:00      
RE: ReG. reentrant functions - Peter            01/01/70 00:00      
RE: ReG. reentrant functions - Peter            01/01/70 00:00      
RE: ReG. reentrant functions - Peter            01/01/70 00:00      

Back to Subject List