Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: e06314bea20388b038ede2c2d1f2e2096f9d1a4c
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e06314bea20388b038ede2c2d1f2e2096f9d1a4c Author: Eliot Miranda <
[hidden email]>
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.