[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 68a156: Image read/write. Refactor the implementation, eli...

Eliot Miranda noreply at github.com
Mon Oct 19 05:02:55 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 68a156fbe33a0792cd18ceffddb63baf01933c4a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/68a156fbe33a0792cd18ceffddb63baf01933c4a
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-10-18 (Sun, 18 Oct 2020)

  Changed paths:
    M platforms/Cross/vm/sq.h
    A platforms/Cross/vm/sqImageFileAccessViaStdio.h
    A platforms/iOS/vm/OSX/sqImageFileAccess.h
    M platforms/iOS/vm/OSX/sqPlatformSpecific.h
    A platforms/unix/vm/sqImageFileAccess.h
    A platforms/win32/vm/sqImageFileAccess.h
    M platforms/win32/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  Image read/write. Refactor the implementation, eliminating the default macros
in sq.h, and taking definitions out to various sqImageFileAccess.h files,
leaving sqImageFileAccessViaStdio.h as a fall back.  On unix/macos, implement
the API above the open/read/write/lseek/close system calls.




More information about the Vm-dev mailing list