[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 234a4e: Rename nativeIoProcessEvents to vmIOProcessEvents ...

GitHub noreply at github.com
Mon May 15 19:34:52 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 234a4e7d22c036e7e579ebd3ca1a2ab8bb81dae8
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/234a4e7d22c036e7e579ebd3ca1a2ab8bb81dae8
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M platforms/Cross/plugins/EventsHandlerPlugin/EventsHandlerPluginImpl.c
    M platforms/iOS/vm/Common/Classes/sqSqueakEventsAPI.m

  Log Message:
  -----------
  Rename nativeIoProcessEvents to vmIOProcessEvents so as to be less confusing.
Beg for commentary on the mysterious
    if (interpreterProxy->methodPrimitiveIndex() == 0) {
  [gDelegateApp.squeakApplication pumpRunLoopEventSendAndSignal:YES];
    } else {
  [gDelegateApp.squeakApplication pumpRunLoop];
    }
usage.  I want to understand this :-)




More information about the Vm-dev mailing list