A Compile-Time Optimization Framework for Ada Rendezvous

HM Lu,YM Zhou,JT Lu,BW Xu
DOI: https://doi.org/10.1145/967278.967283
2004-01-01
Abstract:Rendezvous is the basic synchronous communication mechanism used by tasks, which causes tasks blocked under some circumstances. Holding the semantics of the rendezvous, this paper uses semaphores to transform the entry call and accept statement pairs and makes tasks execute some statements during the blocked time because of waiting for the beginning or end of a rendezvous. Therefore, the parallelism between the client and the server is improved.
What problem does this paper attempt to address?