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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/26/05 14:25
Read: times


 
#85808 - Does this term have any general meaning?
Responding to: ???'s previous message
These terms not related at all to what i mean

Reentrant procedure:-

Code that can be called by one process while another is already executing it. Thus, reentrant code can be shared between different users. Reentrant procedures must not be self-modifying; that is, they must be pure code and not contain data. The data for reentrant procedures can be kept in a separate data area or placed on the stack.

See http://www.iso.port.ac.uk/~mike/int...l/axh.html

Regards,
Hatem Zakaria

List of 21 messages in thread
TopicAuthorDate
Pure Code            01/01/70 00:00      
   Pure Code            01/01/70 00:00      
   Pure Code            01/01/70 00:00      
      Impure code?            01/01/70 00:00      
      Pure Code            01/01/70 00:00      
         do not use the wrong processor            01/01/70 00:00      
         Awash with Pure Code examples!            01/01/70 00:00      
   Does this term have any general meaning?            01/01/70 00:00      
      Does this term have any general meaning?            01/01/70 00:00      
         OK, so what is your question?            01/01/70 00:00      
            My question            01/01/70 00:00      
               all code is pure !            01/01/70 00:00      
               To put it the opposite way,...            01/01/70 00:00      
                  Mel            01/01/70 00:00      
               applications in which we can use this            01/01/70 00:00      
               applications in which we can use this            01/01/70 00:00      
   Pure Logic            01/01/70 00:00      
   Not "Pure Code", Pure code            01/01/70 00:00      
      no local variables            01/01/70 00:00      
         Some did in the past            01/01/70 00:00      
      Nothing Special            01/01/70 00:00      

Back to Subject List