Skip to content
  • Philippe Gerum's avatar
    alchemy/queue: care for messages crossing address spaces · fef8ca31
    Philippe Gerum authored
    We must hold an offset-based reference to any message delivered to
    waiter(s) via the wait descriptor, as such thread(s) may belong to a
    different address space in shared multi-processing mode.
    
    In the same move, we drop the useless offset-based reference to
    messages conveyed directly from buffer to buffer between local
    threads.
    fef8ca31