Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: d1b36a974f45c623eade406b832f3d18fae276f8
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d1b36a974f45c623eade406b832f3d18fae276f8 Author: Eliot Miranda <
[hidden email]>
Date: 2020-09-19 (Sat, 19 Sep 2020)
Changed paths:
M src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
M src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
Log Message:
-----------
CogVM source as per Sound-eem.74/VMMaker.oscog-eem.2811
Add a 64-bit specific, integer-overflow agnostic version of
mixSampleCount:into:startingAt:leftVol:rightVol:, for creating a simpler inline
primitive in the 64-bit VM.
Slang: tweak translatedPrimitive generation so that
- SmallInteger maxVal is translated correctly to MaxSmallInteger (etc)
- methodReturnRecever and methodReturnInteger are used in preference to pop:
and pop:;pushInteger:.