[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] e06314: Eliminate the malloc/free of the jmpbuf on every i...

Eliot Miranda noreply at github.com
Tue Apr 14 00:35:51 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e06314bea20388b038ede2c2d1f2e2096f9d1a4c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e06314bea20388b038ede2c2d1f2e2096f9d1a4c
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

  Changed paths:
    M platforms/Cross/plugins/JPEGReadWriter2Plugin/Error.c
    M platforms/Cross/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.h
    M platforms/Cross/plugins/JPEGReadWriter2Plugin/sqJPEGReadWriter2Plugin.c

  Log Message:
  -----------
  Eliminate the malloc/free of the jmpbuf on every invocation of a
JPEGReadWriter2Plugin primitive.  The jmpbuf can simply be included
in the error_mgr2 struct.




More information about the Vm-dev mailing list