[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 3db388: Fix two issues with the epoll code

smalltalking noreply at github.com
Mon Dec 14 05:32:17 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 3db3888c2a76bd91ef66d70521d85f80e9d18f1d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3db3888c2a76bd91ef66d70521d85f80e9d18f1d
  Author: Levente Uzonyi <leves at caesar.elte.hu>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M platforms/unix/vm/aio.c

  Log Message:
  -----------
  Fix two issues with the epoll code

- epoll_wait expects the timeout value in milliseconds instead of microseconds
- set the EPOLLET flag for all events as a cheaper alternative of
removing the event handlers each time they are triggered




More information about the Vm-dev mailing list