<p>Try to remove context checking in at:put:.<br>
See if tests pass.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove Cog-Boostrapping -> Cog</li>
  <li>Fix c return register value following ABI</li>
  <li>Fix bytecode PC validation: In Pharo some methods may not have trailer, so the last byte is the last bytecode</li>
  <li>Remove halt</li>
  <li>Adding a little test for validating the access to contexts.</li>
  <li>Implement break instruction in ARMv8</li>
  <li>Rename some temporaries</li>
  <li>Added primitive at tests for small integer receiver and arrays</li>
  <li>Added at 64 bits indexable and fixed objects</li>
  <li>add libtool dependency in readme</li>
  <li>Merge 9789caa44d3a509a3568e56fbabff18e1f0c28e9</li>
  <li>Cleanups and refactorings</li>
  <li>The win32 automatic manifest embedding by specifying the sources in cmake does not work under Cygwin. I changed the way this embedding works by using the resource script files.</li>
  <li>Install missing dependencies with GitHub Actions for OS X with homebrew.</li>
  <li>Fix the previous commit.</li>
  <li>Do not catch all of the exceptions in Windows. This behavior breaks the OutputDebugString win32 APIs which should be a nop when the program is not attached to a debugger.</li>
  <li>Adding tests for 16 and 8 bit indexables</li>
  <li>Using LDRSH for MoveX32rRR</li>
  <li>[Fix] CmpOpcode should be compared to the ARM opcode and not the RTL opcode</li>
  <li>Add more tests for padding and getting slot size</li>
  <li>Make tests green</li>
  <li>Merge branch 'feature/addingPrimitiveNewPinned' of github.com:pharo-project/opensmalltalk-vm into feature/addingPrimitiveNewPinned</li>
  <li>Merge branch 'feature/addingPrimitiveNewPinned' into headless</li>
  <li>Merge branch 'aarch64' of github.com:pharo-project/opensmalltalk-vm into aarch64</li>
  <li>Reorganize tests</li>
  <li>Add immediate at: tests</li>
  <li>Cleanup: shiftAwaySmallIntegerTags and convertSmallIntegerToInteger are duplicated. Use one and remove the other.</li>
  <li>Implement aarch64 multiplication with overflow and tests</li>
  <li>Merge 400508cdb1d903c2ab734b2fbd8d7c0b86fbf270</li>
  <li>Using the max and min small integers depending on the platform</li>
  <li>Fix API</li>
  <li>Merge pull request #110 from ronsaldo/fix-win32-manifest-embedding</li>
  <li>Adding tests for jitted bit and and bir or</li>
  <li>Adding some primitives calling tests</li>
  <li>Testing bitshift jitted primitive</li>
  <li>Merging the changes</li>
  <li>Merge 6771b2aed8717e33245dae721eed747cffc0893e</li>
  <li>Fixing the worker</li>
  <li>Merge remote-tracking branch 'origin/feature/addingPrimitiveNewPinned' into headless</li>
  <li>First draft of a VM debugger</li>
  <li>Implement JumpFull to correctly get the jump target from a literal</li>
  <li>Fix management of literals in AndCqRR and AndCqR</li>
  <li>Adding test for the calling of primitives</li>
  <li>[WIP] Using a different register for stack pointer management in ARMv8</li>
  <li>Load C stack pointer and not Smalltalk stack pointer</li>
  <li>Enhancements to the machine code debugger</li>
  <li>Adding configuration to mimic the behavior of the stock VM</li>
  <li>Remove testing code</li>
  <li>Fixing the crappy text interpolation of groovy</li>
  <li>- Exposing machine SP to the frontend</li>
  <li>Having it with different names</li>
  <li>Extract #prepareCall and fix enilopmart tests</li>
  <li>Adding upload of packages</li>
  <li>Merge 680543770670a3c7d6beed718ac356ed850b0bac</li>
  <li>Fix merge</li>
  <li>- fix and clean tests mapping this context</li>
  <li>Adding upload to the server</li>
  <li>Merge pull request #111 from tesonep/adding-build-with-non-headless</li>
  <li>Fixing the upload</li>
  <li>Changing version to 8.6.1</li>
  <li>Changing version</li>
  <li>Adding tests for checking the alignment when calling C functions in the Smalltalk Stack. </li>
  <li>Fixing the FFI tests</li>
  <li>Floating point support</li>
  <li>Fix register assignment for armv8</li>
  <li>Proper literal usage of SubCqR, TstCqR, PushCqR, PushCwR, SubCqR</li>
  <li>Implement FMOV</li>
  <li>Fix proper compilation of MoveRAb with the literal case</li>
  <li>Fixes for debugging and simulating</li>
  <li>Merge 2c25d75597f921b70a89c6d50c4ed951ea21c1f8</li>
  <li>Merge de5cd34dd3096c13936135573287c8ba524a7059</li>
  <li>Fixing the testing to check the C Stack</li>
  <li>Merge a658003a8940c9301a47bc31b6b4f7315c04aa26</li>
  <li>Fixing test in IA32</li>
  <li>ARMv8 debugger support for new register selection</li>
  <li>Proper oading of CStack pointers with double SP regime + tests</li>
  <li>Better comment for LDR and using CMP for Cq=0 instead of CMN</li>
  <li>Merge 2feb27d944c482d7d0ce41342953688061bf849f</li>
  <li>Simulation of CWD</li>
  <li>ARMv8: Pass on floating point point division, multiplication and substraction</li>
  <li>Fis network simulation</li>
  <li>Correcting type declarations for #encodeLogicalImmediate:registerSize:ifPossible:ifNotPossible:</li>
  <li>Fix logical & => translation is not faithful to C semantics.</li>
  <li>Adding JIT primitive size tests</li>
  <li>Delegate the capture of CStack pointers to the backend to make better usage of registers</li>
  <li>Adding tests for primitives</li>
  <li>Merge 6d4d0ae4cb85184c7617988d7c3b979a76ddeffb</li>
  <li>Handle SP as source register in MoveRAW</li>
  <li>Added a second intra procedural scratch register for special SP management</li>
  <li>Add proper simulation of FP usage</li>
  <li>isCFramePointerInUse is now a getter</li>
  <li>Merge 4f7ad7d04283bb1e558ed7dc3551a73954e901ed</li>
  <li>Adding tests to primitive retry.</li>
  <li>Merge 2b29bf042f40795735dd9ed1ae785987c8137740</li>
  <li>Adding test for primitiveFunctionPointer</li>
  <li>Adding tests for primitiveFunctionPointer</li>
  <li>Fixing the 64 bit indexable tests for 32bits machines</li>
  <li>Proper (better?) simulation of sig jumps by restoring SP when jumping</li>
  <li>Fix MoveCqR and MoveC32R to correctly compute instruction size and usage of literals</li>
  <li>Merge abe017d9d1bc04fc781d13e0079b138e862dc042</li>
  <li>Merge 256df8c8b24da1addb07e812f18f2618f86b896d</li>
  <li>Fix simulation of external primitive table</li>
  <li>Fix MoveC32R to sign extend constants</li>
  <li>Remove debugging code</li>
  <li>Initial support for simulating different initial addresses</li>
  <li>Fix several cases of CmpCqR: adding tests for several border cases</li>
  <li>Fix CmpCqR literal calculation</li>
  <li>Fix to support proper translation of MoveRAw</li>
  <li>Merge ed7ec0d7faa0e788c09071c7ef0be31fd66e116c</li>
  <li>Fix type annotation for integers in concretizeCmpCqR</li>
  <li>Merge d0b8fcb46089d80968a0ade811e52d5f7d518d2c</li>
  <li>Fix Merge</li>
  <li>Adding profiling test for primitive calls</li>
  <li>Merge d0b8fcb46089d80968a0ade811e52d5f7d518d2c</li>
  <li>Adding accessor</li>
  <li>Merge ee05c87d2cd82be732a6c3df726f861e569bc873</li>
  <li>Moving Slang to its own package</li>
  <li>Merge bb2c768b94e46d46a63fb928dcbbff143945cbb4</li>
  <li>Add type annotations...</li>
  <li>Merge bb2c768b94e46d46a63fb928dcbbff143945cbb4</li>
  <li>Fix blocks</li>
  <li>Clean usages of block-using methods</li>
  <li>Initialize external primitive array in simulator with 0s to work as in the real case (and be testable)</li>
  <li>Merge 550184b2fe4fa1f46776f9fc2f8a2ef07253d3c1</li>
  <li>More work on cog method relocation</li>
  <li>Relocating class tags</li>
  <li>Moving more classes to independent package.</li>
  <li>Fixing the method used as an example.</li>
  <li>More tests in code compaction</li>
  <li>Merge a03538d7b97be5fc3534c84ae1be695bd93e17e1</li>
  <li>More cleanups</li>
  <li>Extracted constants into configuration</li>
  <li>- Adding tests for the machine simulator</li>
  <li>Merge e7ae7a45e6aaaf3c982673e81c691137d0a11b38</li>
  <li>Adding more tests and fixing other that have addresses outside the 32bits space</li>
  <li>More killing of dependencies</li>
  <li>Move Scanner to Slang</li>
  <li>Add VMMaker-Slang to baseline</li>
  <li>Adding tests and fixing the execution with the simulator to execute more of one instruction at the time.</li>
  <li>Reverting default vmClass</li>
  <li>- Fixing a missing accessor in the simulator.</li>
  <li>Merge pull request #114 from pharo-project/improve-machine-simulator</li>
  <li>Remove unnecessary extensions in Pharo9</li>
  <li>Changing the JIT to use the StackToRegisterMapping</li>
  <li>Adding the step to record installed cygwin-packages</li>
  <li>Fixing an error</li>
  <li>Adding verbose mode to cmake, to improve the logs</li>
  <li>Adding verbose mode to cmake, to improve the logs</li>
  <li>Adding verbose mode to cmake, to improve the logs</li>
  <li>Adding parameter to the config clone</li>
  <li>Merge pull request #115 from tesonep/record-cygwin-versions</li>
  <li>Adding an specific disassembler for ARM to handle the invalid instructions in the middle of the code (we are using them for literals)</li>
  <li>Improving the machine code debugger</li>
  <li>Extending the debugger.</li>
  <li>Organizing the Export Macro</li>
  <li>Fixing the build in unix</li>
  <li>Fixing the build in OSX</li>
  <li>Adding test for forwarders</li>
  <li>Fixing the exporting of AccessorDepts</li>
  <li>Split accessor depth calculation</li>
  <li>Merge pull request #109 from VincentBlondeau/patch-1</li>
  <li>GIT_CONFIG should be the first parameter, to be ignored by old versions of CMAKE, if it is in the middle, it is taken as part of other commands</li>
  <li>Merge pull request #116 from tesonep/organizing-export-macro</li>
  <li>Fixing the type of the instruction</li>
  <li>Adding tests for the frame creation</li>
  <li>Merge 96e53ece60b4aef05b4ada5a381ac27dd9e4b356</li>
  <li>Adding missing instruction</li>
  <li>Adding the do not generate</li>
  <li>- Changing the halts to #notYetImplemented</li>
  <li>Adding missing operations of SmallFloating points and adding tests.</li>
  <li>Fixing the type of this temporary</li>
  <li>Implementing</li>
  <li>Fixing the concretize of MoveCqR to correctly handle big constants</li>
  <li>Fixing encoding of OrCqR with large constants that cannot be shiffted</li>
  <li>Fixing the MoveC32R for large negative constants.</li>
  <li>More cutting</li>
  <li>Hook Nil translation, return and argument default values</li>
  <li>Pass on constant resolution and compile time options</li>
  <li>default implicit return type should be default type</li>
  <li>More fixes to default types</li>
  <li>Fixing the instruction MoveRM16r and adding tests</li>
  <li>[cleanup] use accessor for vmClass instead of direct ref</li>
  <li>[improvement] removed dependency on vmClass from CCodeGenerator</li>
  <li>[improvement] removed usage of vmMaker variable from cCodeGenerator</li>
  <li>[improvement] fixing generation of stack interpreter</li>
  <li>[fix] fix generation for CoInterpreter</li>
  <li>Fixing the conversion of SMI to Floats.</li>
  <li>The exception handle should be the last called,</li>
  <li>Adding configuration to detect in which thread to show the exceptions</li>
  <li>Adding filter for showing exceptions in windows. Many libraries handles the errors locally, and out handler is global</li>
  <li>Merge pull request #122 from tesonep/improving-windows-error-reporting</li>
  <li>Merge branch 'headless' into aarch64</li>
  <li>- Moving memory access primitives</li>
  <li>Adding needed macros</li>
  <li>Fixing the macro name</li>
  <li>Moving the ManualSurface to the SurfacePlugin</li>
  <li>Implementing more FFI primitives in the VM</li>
  <li>Adding type information to variable that is expected to be used in comparison</li>
  <li>Fixing the type of the argument before using it.</li>
  <li>Adding a cast in the call to SQABS functions</li>
  <li>Fixing flag declaration</li>
  <li>[improvement] add test on type inference</li>
  <li>[fix] integer wasn't big enough for a test, fix longPrintOop: type conflict</li>
  <li>[improvement] add a activable error for type conflicts</li>
  <li>Improving the generation MoveRMwr</li>
  <li>[improvement] better name for instance variable</li>
  <li>Removing unused methods in the implementation</li>
  <li>[improvement] add accessor to set stopOnError</li>
  <li>[fix] simple type fixing for the stackVM</li>
  <li>[fix] fixing last StackInterpreter types conflict. This one might be dangerous.</li>
  <li>Fixing missing case for MoveMbrR</li>
  <li>Fixing instruction length and calculus of literal usage.</li>
  <li>Adding tests and a new instruction</li>
  <li>Fix superclass</li>
  <li>Fix typing of fetchLong32: fieldIndex ofFloatObject: oop correctly</li>
  <li>Moving stuff around to clean dependencies</li>
  <li>Removing reverse dependency</li>
  <li>Fixing Baseline</li>
  <li>Cleanups</li>
  <li>Organizing Slang in tags</li>
  <li>More dependency cleanups, starting separating type inference</li>
  <li>Adding tests for the memory access JIT primitives and fixing the missing instructions</li>
  <li>Returning a value to comply with the translation to C</li>
  <li>The machine implementatio of primitiveAt should not SignExtend the numbers.</li>
  <li>Fixing encoding of instruction CmpCqR and adding tests.</li>
  <li>Merge 3152f2f6734f5b3d01e2cbd04bd8ef0ba2f21852</li>
  <li>Merge CCode Generator</li>
  <li>Fix obsolete reference</li>
  <li>Making the build pass</li>
  <li>Uncommenting Cogit generation</li>
  <li>Restore sq.h</li>
  <li>Recover inheritance rules of cogit and memory...</li>
  <li>Do not check for bindingOf: in classes</li>
  <li>Correct the control flow</li>
  <li>Remove halt</li>
  <li>Fix options</li>
  <li>Restore preamble</li>
  <li>Rely on Slang Type inference</li>
  <li>Fix primitive compilation</li>
  <li>Fix externalPrimitiveTable for simulation</li>
  <li>Merge 8353b0f4b952c59c7a8d0ad4dfbd27fcb736d6f9</li>
  <li>Fix conflicting instance variable</li>
  <li>Fixing last merge details</li>
  <li>Moving CArray + friends to Slang</li>
  <li>Fix broken global reference</li>
  <li>Fix assertion warnings</li>
  <li>Merge pull request #126 from pharo-project/enh/split-slang2</li>
  <li>Merge branch 'headless' into fix/assertion-warning</li>
  <li>Merge pull request #128 from pharo-project/fix/assertion-warning</li>
  <li>Remove context checking for at:put:</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-618cd5b83d62060ba3d027e314a21ceaf75d36067ff820db126642944145393e">.gitattributes</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-93b5884edd92b2f35d647836a070865e126a70bed7150407546204375fadaf44">.github/workflows/continuous-integration-workflow.yaml</a>
    (121)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a">CMakeLists.txt</a>
    (205)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e6ffa5dc854b843b3ee3c3c28f8eae2f436c2df2b1ca299cca1fa5982e390cf8">Jenkinsfile</a>
    (107)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5">README.md</a>
    (140)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-78630f63ef25960025a492a8f8c97c69a969ca1e874fcfda5df53016bc54d371">docs/20200315-Statement about the VM.pdf</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-f23678b4c439fd130355644fa4c36770a302e257cc841883c4c11d74918e6e32">docs/overview.md</a>
    (53)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9d82d5793ab2860681bf07669d1fe58bcecb1eac2ed6a83da328b5acac1faf97">docs/vmArticle - 1.png</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a831ce47dacca0185b0d7534b771ce782a3f03a026482942cf61cb2b603475f6">extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6ad403deffff57190039a537543855096cc97ec8bdd4a97b9e2d9746cd0037c3">extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e94d0496fdc0965c6d3de150ba654d0c1d7e68e77818cdf6af72b19716771e39">extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2e77bbe1732c68fff6ae17a674e8743cd8ff61fe8ea0d73a39c966d1040406d2">extracted/plugins/FileAttributesPlugin/src/win/faSupport.c</a>
    (37)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-08e78499c8e9d52b5bb22b0f59ac6886685ffe2373de0157d0b5ff1a76cab14b">extracted/plugins/FilePlugin/include/common/FilePlugin.h</a>
    (2)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-21a65c9b6c5a39b4430d33ae259cce9cd2f018ed807f8808db9b5d52e29d6906">extracted/plugins/FilePlugin/src/common/FilePlugin.c</a>
    (1883)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-732cabd8c9c11759aab0bf37d7def3cca6ab400b7cc18ad7aa8e5b1803a7c1c9">extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c</a>
    (76)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-14fc492d58f3e1fbea309e577012e860f7ff0ca2e11b1cb9f4383de9dbaa041e">extracted/plugins/FilePlugin/src/osx/sqUnixFile.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8a6b9b2bec01790226312b07a965d7cf2d43af551a2425d8ceffe045f3eef391">extracted/plugins/FilePlugin/src/unix/sqUnixFile.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ec735228354f418d30081234b18a6fd1e7d3b70f0ce66db95872b5391b40c707">extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c</a>
    (202)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-94bb8638ff1b03f51620e30469d3f41197a07e00eacd80d9acb440cd02681f59">extracted/plugins/IA32ABI/src/common/arm32abicc.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6dd0221b2dc9fbf0097de6e67b247079a5cc7a70eb89ea75102373bc4568af88">extracted/plugins/IA32ABI/src/common/arm64abicc.c</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7422d3ce4a403ce67daebf18fe30f8a1dd4e9342965afe6389886d9ed2cd2d57">extracted/plugins/IA32ABI/src/common/ia32abicc.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5019369cb0ce671454ca3991a616fb6ba0fc9d938b23c7a1cf318389821a855f">extracted/plugins/IA32ABI/src/common/ppc32abicc.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-97f12b448dabc10a990ef80bfbc240e5f2b83b496f20ba8bf05bad146f4efef4">extracted/plugins/IA32ABI/src/common/x64sysvabicc.c</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-f3156b61ed0fa51b96a1f144cd27f841774bf3ea46411f9f6edc22148de8f819">extracted/plugins/IA32ABI/src/common/x64win64abicc.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b4fe33d7dff2eb07a880327f0acb4b524c03060b868b44e92a51ad9924615954">extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7a10625628344d5ec6c5f4b67e6a5c62cc9f24900b384735cf44f6ade5a394de">extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3492ae57080ae82f5e536745fe51ff9cc2fae70ad9fd3bf712e987b22d905a9e">extracted/plugins/LargeIntegers/src/common/LargeIntegers.c</a>
    (9)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-137a3e2785bb39bbfebd59f7f6ac8c49adc9eb25274a5cd5960c9526e7b0db8b">extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c</a>
    (631)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-dd2bec9d8fcf21ce77efa155eb8483710ea51198303429f70e4ccd75b7d1e6ff">extracted/plugins/SocketPlugin/src/win/sqWin32NewNet.c</a>
    (2667)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5814be53dfaca16a4ff1e8c1fda40ede2a763d8a747a0296ec2d3a487487a0b6">extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c</a>
    (55)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e550985a748f6f509c9d91ee201caf10f5b1426d607a4144b5acdcb118a60987">extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c</a>
    (56)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-21f52b776bf3505571b41ea5fb5e4c8898f2c734675a62d742606f252ced61e3">extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-20b48e2b86928bbbe364ff8f5517682caa1773340b3352d41438be6933b515c6">extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c</a>
    (56)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8fa7bc9024715165f89afad8a73dbea67337b248ca8b21a00869440366fd4251">extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c</a>
    (53)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-dc62b4faeb787a6f949ed8a24bf9b122e84288a6d84eb6b63697ee7eb8f55b5b">extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6645bb3d72962841a3b2d024277f761da114495235c0fdc5e0e4d41a761015ee">extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c</a>
    (21)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-604ca334e2d7d8c6acdf6bd066dfd867f74e609f8f026f2c905def57e89a2b69">extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c</a>
    (4)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-20617d8ac1c0dae55e978c69bed79baec338624e6b447714518d8ea16f02d71a">extracted/plugins/SqueakFFIPrims/src/unix/ffi-test-main.c</a>
    (666)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5e4e1e1dd56cb2958d2417e4aa692ac3476a3dd62c09e5fb34975735a5f7a835">extracted/plugins/SqueakFFIPrims/src/unix/ffi-test.c</a>
    (155)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1e5c3e95612509426ddb519da5dad322b997f204b4561fe428652bc5a239a649">extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-430b6c77c0ced5b3a130f005511b75e636f1b1ec102e8da7d050273dde8c75fe">extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7641663263d72cf9c99ebff13d081c1883a634ee9e68a9dbb32ce23128117dea">extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c</a>
    (56)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6dcab4517a7b95b67636510e6bff246dbd073c7c88537ef630b2f73429825c16">extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8b2c20b5f6edd7d16a0971e25f57d1e83e151778f0c1c2c2c12385f71dee9db6">extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h</a>
    (25)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-00fafcce6b0464f847b134552def0d0567d4eecc7b36e19956520cf31d6fae03">extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c</a>
    (94)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-10102fd4bfe4701d86398edf4ad5237418e1c56f53297bcf12a56a85c7212839">extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c</a>
    (121)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0bff4cba8b5ec398bf83a1b585b866fe09384b91aeff1138660883fa29659482">extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c</a>
    (87)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9f9fe3956cc84d8e1d50aa458c776cb882ddc917e72f711653a42505866a25a5">extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c</a>
    (107)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b8316083151890165fb20ecbcb65415a341207a48c2dd4b0526c480f15ddc4f1">extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c</a>
    (168)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ce316a6cac85f75fc11e990e170dadcf968c40446c1fd5a62cf6955466841ae6">extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-00c71f033c7a59a08b0450df99fbe1dd331f9b59e507c96a2d84ed6fa8975ae2">extracted/vm/include/common/dispdbg.h</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-29ac37a2db8f1422e13518b898d349d5b0483e4cad7e0eb7cbcaef09d12df46d">extracted/vm/include/common/sq.h</a>
    (113)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9cdfa3991e512927de78f53a6ac7906368551bc8732e6dee67744103954903bd">extracted/vm/include/common/sqAssert.h</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8f8a6a0cef666808494bff6e8df2b286d7ca0a44aacbb7ce20dc42620311b250">extracted/vm/include/common/sqMemoryAccess.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e963469df6ca0ebebce80a6b480abeeb8dc68f7c6a4fc2c9983609ee5e8bc828">extracted/vm/include/common/sqVirtualMachine.h</a>
    (10)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b0e770ea4e17ca8646cd2a2f41c6789a7ff6bd774bb20e03c2f3c038645733ab">extracted/vm/include/common/sqaio.h</a>
    (33)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-365daf9c9c2f11e79c9a62c604c6e58e1086263fdd909f05e301524c4cce9a1f">extracted/vm/include/osx/sqPlatformSpecific.h</a>
    (33)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-78f07319547e646e4b04acc6e5a9c7f6c568f3b7576ca1092e4b53081034b963">extracted/vm/include/unix/sqPlatformSpecific.h</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-fce78f89d3b839a82c651c8e717d6b4bbaa61a847240461b0d3327348c1f372c">extracted/vm/include/win/sqPlatformSpecific.h</a>
    (53)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1e6936d2d8d05623fe30f3083de8b3f8b66cf111c7663c21cb616092838bf68b">extracted/vm/include/win/sqWin32.h</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-988293aa35a370f37d7ea48450570aa022dd1357abcf7a9ec2b279904ee6e9da">extracted/vm/include/win/sqWin32Alloc.h</a>
    (11)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-cb55e02b6dcb6914c228afc2e4f8f82711b9fd816c4a2f3f23ab0d288715c8fe">extracted/vm/src/common/heartbeat.c</a>
    (138)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a6d96001a578075de0e3fa9b45c02f4efcafb38916de3685109af32b8de98143">extracted/vm/src/common/sqExternalSemaphores.c</a>
    (150)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-12268ab2f12ccbcccab85d8ac15c9cb08739930125f5c4b983f7fcd695d952f7">extracted/vm/src/common/sqHeapMap.c</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ba75225130e5848e5c48fca204ad314b816e88e6b4a8e4943ef1595ce9009155">extracted/vm/src/common/sqNamedPrims.c</a>
    (92)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2e494629c01fa75bfe72dab25b4cf51b63f403662f95bce6aa78068a367788c9">extracted/vm/src/common/sqVirtualMachine.c</a>
    (25)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0d15791867570ea8d5228454dd908218679e72e3dd8019f55ba59103143e66c4">extracted/vm/src/osx/aioOSX.c</a>
    (413)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9432ea779843088db7f51c1bc336115346fcb6e9439a587212f1dcc97005cdcc">extracted/vm/src/unix/aio.c</a>
    (418)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-65e2cf26203b42f1add81b2cec7de0bf6986a417111c9861faae306cd7146493">extracted/vm/src/unix/sqUnixCharConv.c</a>
    (43)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4d788658030ea7ec19eb65c1c1219d45a1453a5607a31f59ea1243f1df547836">extracted/vm/src/win/aioWin.c</a>
    (384)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-663b86334d28dfdddcbc36d7fd63777a94230127f79e5d5ee9ca059d48126b30">extracted/vm/src/win/sqWin32Directory.c</a>
    (4)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-215f6f01703f54970156ed88e5969c722f25190ffabfa12f642c606c1f5d6d77">extracted/vm/src/win/sqWin32Heartbeat.c</a>
    (493)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7bfc0b74adf9e52fc3015f35178e114642ff77d5785f602cf01c354018a33230">extracted/vm/src/win/sqWin32SpurAlloc.c</a>
    (108)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b5edea6f924e2afef8dc245d0d6d35943894e8a733a12acc5daeef182f542824">include/aioWin.h</a>
    (5)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0fe414b7fabd2cf7fe4f258a70ca1d406abdb242a31b770ed8fae901867f8fa2">include/pharovm/config.h.in</a>
    (5)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8f2b57dffac713c296c56780d10df799183acdb376baaaa62af684516d3aa873">include/pharovm/debug.h</a>
    (22)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8f0860a918c5e937d49148df2493acc80fac54c6c588be5c6bf272148a75ec7c">include/pharovm/errorCode.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-12004af046f54417d5bee48eb3cc38ee4211997cfcbe7eaf4fc65f8d293a579c">include/pharovm/exportDefinition.h</a>
    (13)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-75f95110d374d9eb6d4c4ca34bf0aeb69bb3675aa325a05714b1aae8c79e4120">include/pharovm/fileDialog.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-56646c0bd7e9c57bbc780a5196aea35522da24db6813dd96c3e800a2ecf7bf57">include/pharovm/imageAccess.h</a>
    (43)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-50db6bb4cec5ef1de8c6c14bedcd120d569e05d55806f964e1bf84a333451077">include/pharovm/interpreter.h</a>
    (66)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1f84479c292e089e0cbe517b567b7179028bc8e4f07bd52d541d40123e297f3c">include/pharovm/macros.h</a>
    (71)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-01565836a171b9d0529b790b4ba01019e85f4d77b39c756af4368e41fc8912c5">include/pharovm/pThreadedFFI/callbacks.h</a>
    (52)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ef0b04e18d300df85449d8aa8db7faffa99979c80a3b67f092c3406564654380">include/pharovm/pThreadedFFI/pThreadedFFI.h</a>
    (32)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2517d0a453c43e08f9708e14f3391db96b766a998c8efb262629fed1c3c39f1a">include/pharovm/pThreadedFFI/pThreadedFFIUtils.h</a>
    (26)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-234389cfd14f23288aa6da13935253e45e7d6d1dcd654a5fa8bf561156a0ccef">include/pharovm/pThreadedFFI/worker.h</a>
    (20)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3878f6613442942aca225f9adfe7f2665ed9c155d6fe6171fca81797db6a88e7">include/pharovm/pThreadedFFI/workerTask.h</a>
    (32)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-da127377501c85055b8bc3b0cca5bef630157652da6c73ec0d13caec3bd093cc">include/pharovm/parameterVector.h</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9fb6fb3e890a50620c9da1c705325156c41f5fc475656898cf664c2fe2ec4424">include/pharovm/parameters.h</a>
    (3)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c9c4564a16ca800e7eb449963a6e532bbf6686124ef1bd206f9636c9fd0fcb96">include/pharovm/pathUtilities.h</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9961cc599a2d24ea9a4bf6809b3bbaead7aeceafba5e1a194ca892651068b639">include/pharovm/pharo.h</a>
    (15)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a43b70114e6b38f29855f01784a74c877ed714f4e40aa4666b49b1b32c39350b">include/pharovm/pharoClient.h</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-77b090755ff2b36801d3f31641e214cc88a249effaae3f88ffa2382a5918cc9a">include/pharovm/semaphores/pSemaphore.h</a>
    (11)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-95df8c1f9cc42a5443f24b86cb8f6b55a0dc7e57664183a2784502844420d2a5">include/pharovm/semaphores/pharoSemaphore.h</a>
    (9)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-23d070486201cf7ff0aa405d35a20d387bc62a9bc516323be0ab635bd3eabc2a">include/pharovm/semaphores/platformSemaphore.h</a>
    (27)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-973c11903b80790463efdac1d0f1ac375bf4157a57b1b98f23fe90bf2f21f001">include/pharovm/sqNamedPrims.h</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-14d06cc41299c5657a505a66c7df295d4fb1a630305f2d1d3851d8dea3bff8c0">include/pharovm/stringUtilities.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0d69547eb3651b39fd6e021f04465b1e15dff337b4c5c58662be6e88fefd0c3c">include/pharovm/threadSafeQueue/threadSafeQueue.h</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8678a96c93224ca8a0c265d482a385174d7edb2b151511f15467dd245ef627e9">macros.cmake</a>
    (61)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d70dd7fb8ed55a7513a968dc8affd3d6414702b745216f8d966ec1b3205182f1">osx.cmake</a>
    (51)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7c8d969c01b37cc255114aad3eae9ef5aa95a8a00100a53947b452b2ecd6b324">packaging/linux/bin/launch.sh.in</a>
    (23)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e18356a6d8edb0bf2be046549bb87623126b070d64059302e84b3bb25dbd9e7c">packaging/linux/launch.sh.in</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-28b13855aac2f5cc157578b02f0c49f6df8703348f18c6b6b5b44c411cf0d5a9">plugins.cmake</a>
    (7)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-43dce6a550106bb4ef0f473e9147283eaf55aa3ae5afef73d091771012dd5725">plugins/SocketPlugin/win32/src/win32SocketPluginExtras.c</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-066d7f6e03092e2791bb284312d5a31582c2d0b16c299517a0df413851ccc39c">plugins/UUIDPlugin/common/UUIDPlugin.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-25e06f1ba87779dddab535b0105dc5878c1640af063c462eb351fb9a7268c1f4">resources/mac/Info.plist.in</a>
    (28)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a4fefbb741551d7346b067208d177576bdcd0fa262927e094f20a448581051b6">resources/windows/Pharo.exe.manifest.in</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-cc78347da9d7e568fff1372a1ac7b4d4070729bdca3562dcfa05efc899b00330">resources/windows/Pharo.rc.in</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d24f60a3c63e28ce76abad1c2086a5c919fe2c49664e3c2ae4a35de1bb08767f">resources/windows/PharoConsole.exe.manifest.in</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0060ea296af1c5535bd201acaeb5de6f8f573f59f1fc49720a32c692d51879a1">resources/windows/PharoConsole.rc.in</a>
    (32)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4fa57d3f8afcf9dc9dca1ee2bf08498bda0090b8a0617367298ae142050b782b">scripts/installCygwin.ps1</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-63ab9cfd5fe582edfe7686acc0e4f5522ad49a827834c7035dd954d41ded9a12">scripts/installVMMaker.st</a>
    (2)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-460767698715c1a49a38beec4296e26734f0f5fc5273c6aa453eb4d5bb1816f5">scripts/runScriptInCygwinBash.ps1</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-90704e86e5a29d2c86fe8dc8e97d4b2d20abcd69456d09e272f22a0ba4dac2f6">scripts/runTests.sh</a>
    (87)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-11998b86d3e2d7f8ce435d9426c6026b6fe77ae9ee6952a37e1cb232e462a226">smalltalksrc/BaselineOfVMMaker/BaselineOfVMMaker.class.st</a>
    (91)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c289db3335dfe1e00b7169b88201ac64d9e6c728edfc9004e6db2735ebe239b1">smalltalksrc/Cog-Bootstrapping/CommandLineLauncher.class.st</a>
    (47)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a5a855086323502d1ada31d27b7f70c1c3c68d36c462d4bedcafacbc061f780e">smalltalksrc/Cog-Bootstrapping/InstructionStream.extension.st</a>
    (9)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5668f72c674ca74960851c7ee67120b24b3b619ab77b1620b998431d9088c9ef">smalltalksrc/Cog-Bootstrapping/MessageNode.extension.st</a>
    (50)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5daec670d1bcd29fc4ffe16603be2e28dab7a83947ed2c7f3fb5f995809a102a">smalltalksrc/Cog-Bootstrapping/package.st</a>
    (1)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-78501f0db11b4d3d6084f584d554a8039f0760f6fb0eda88daa5bcac1743765d">smalltalksrc/Cog/BochsIA32Alien.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7c059635f4b23bc3dcf5dfcc8baa7dd4f34625e684107791b6572f54d3ebcad9">smalltalksrc/Cog/BochsIA32Alien64.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b4c4f7e1d33bec7596a9190a4c11065c05d75bd98976b8e1abb7cf2104bf531e">smalltalksrc/Cog/BochsIA32AlienTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4b7cc63d0d6ad7f2e857c91515f6b6997655a506bea9dd2d973ef2c6602cec4a">smalltalksrc/Cog/BochsIA32Plugin.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2cec493f8b7ae6f49397170bdae85e2b4590fe52e658cd626b735ad1f83bf45f">smalltalksrc/Cog/BochsPlugin.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-bd9c0e2036ae75ffb71873602ad2e13cd78ad1e8ef40edc3af0e762b691eab85">smalltalksrc/Cog/BochsX64Alien.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c74b47fadd2a1c536d0813e73027d95a98799cc922c84b049bda130090383272">smalltalksrc/Cog/BochsX64Alien64.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-743bc0af236a5309c2e94f48b15f2a48a92f25ff458fb70a3e799e1a82c445ac">smalltalksrc/Cog/BochsX64Plugin.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2fc36e121101436f39032b0af38924aaf8c078eaa0f43d755393a5e2d28f0aa2">smalltalksrc/Cog/BytecodeEncoder.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5d2eccd9b199880b811878cc49ac80c0aa8b45a3ac483edca80c583cdf2b22a7">smalltalksrc/Cog/BytecodeEncoderPutschEditor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7930ef8872940782bb511a7e299f41c2b08718c061b07435b3b6e92d99a0e4d8">smalltalksrc/Cog/ClassHierarchyDuplicator.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4ce63804fa1a01f93d06f33dc0d5af122627d6607cb176e3aa2d05a08e695c42">smalltalksrc/Cog/ClosureLabelsPrintEditor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2e80b7b9a380c604838d41081db17f3e0202130dae9972108bc8a93a0952ed89">smalltalksrc/Cog/CogProcessorAlien.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-f7a0ab85b5a2b166d2565ebcb78a3f1c9c71d6975855928271496e7582ff1f83">smalltalksrc/Cog/CogScripts.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-744e540660349f5c34cd2ff5bc0ba70d5be64a6362a18b2bf3aa32202f0bc312">smalltalksrc/Cog/CogVMTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e4977fc9cf4ec776fbf6bc56f8828da8bf82f125bd1ce343c877c768b9065030">smalltalksrc/Cog/Context.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4913346c72cef77f1cc243e8747cfe07da16af79f93f1549778a7c6ddd42ddbc">smalltalksrc/Cog/CrashReportsMailer.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3038791358d380d6c9339e37fb527a080f2c902569b3995b95129e7d12b37b96">smalltalksrc/Cog/DominatorFinder.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b01ba4f97a115daf879754ee1ebff248677ec7ca44e69c70a660a7fe4e398b47">smalltalksrc/Cog/ETC.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5e73b687ddcd6e389d38a7b9ee2857be899250b6a3b5fd093409d8a747b47eb9">smalltalksrc/Cog/EncoderForSistaV1.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-67c283c1e3365073dd71368f85452fa36e14b1f37046aec56224fd9953b27fc8">smalltalksrc/Cog/EncoderForV3.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-de3242d6fd1da915f63141fc7c4bed9000bc0f81519a8bcd9f2c2505cbb7107e">smalltalksrc/Cog/GdbARMAlien.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-345281e894e2cbace0a1ac11cc6fdc64e8c487cfc8d2b719ad8b945cf9f0cf6b">smalltalksrc/Cog/GdbARMAlien64.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-eddd10252b73a0eab8a77c15b82b6328f21f952a1cea468080bb9562b75159a9">smalltalksrc/Cog/GdbARMAlienTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8fdfac03df93d3cc0ea16bb9ac0c619d0f041dd277d03a07310aa58cf517c38e">smalltalksrc/Cog/GdbARMPlugin.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-256012731c40bcbc76835f1eeef9cea4d76f6d6870cc9f4e7adbdf4a89ff2e61">smalltalksrc/Cog/InstructionStream.class.st</a>
    (521)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9bcdf4ae27e3b61b614ce1908088f0c8a7e3b107d99598d2d54abdac823cfb61">smalltalksrc/Cog/MIPSDisassembler.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b6a7b08b604280066f045b10cf66243cd1439198e2b7bfebb04c4332e1169e8d">smalltalksrc/Cog/MIPSELSimulator.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d30023dc1f86aa96f54a12fe4e3fe5dbeda105d78d487afa5f871f14e51f31a2">smalltalksrc/Cog/MIPSELSimulatorTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b634732823ee1926d52458c5933de94ce0b4bf78538255fd190adb392ce5fb34">smalltalksrc/Cog/MIPSInstruction.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b6299517d64240f10489e2c3e5e8052b1615558c897b6a4bd1a919a927b82690">smalltalksrc/Cog/MIPSSimulator.class.st</a>
    (2)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d2a720a45ff224c7768e2529cb7af6699b5c7ff1c344df67ce7c3d0a6efb7794">smalltalksrc/Cog/MultiProcessor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-441d8453615d8b6dfa5d9c9942a60f7f4e39a28c44e223a8bf5d8621b14d81c4">smalltalksrc/Cog/ProcessorSimulationTrap.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c946b474646cc1d3f0dc9aeb3b93412beddd3363f40040d279197fe559d0a995">smalltalksrc/Cog/ProtoObject.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-fa8f5c521ef4fe938be42139015f1b980e3958e8252d768f8527fb06d7f3de57">smalltalksrc/Cog/Spur32BitPreen.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2b6a29133a53c951319c15917b1df975c569af064eb1ec0f62c34faaede1bd7a">smalltalksrc/Cog/Spur32to64BitBootstrap.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-86a6957ed4faf03ff96dbeaf88aef7cc206dd6301ab4c11228e3bae822645073">smalltalksrc/Cog/String.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ecd8203077d4fa81659e341d3637dc4ef0088fa8d502be1edbaa9c190ecf9945">smalltalksrc/Cog/package.st</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ddb40d87432c1a8620fabb5520504d5f710c757a6069814789f39d883fd619ed">smalltalksrc/FileAttributesPlugin/FAPathPtr.class.st</a>
    (97)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4b0bfdb014d5952c385241e17047105de0d394b85ea70b9d2d7747647d380a61">smalltalksrc/FileAttributesPlugin/FileAttributesPlugin.class.st</a>
    (1098)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a85942798acde821f0da31453371edb30648f1bed8d7b4d86494ac87017d9871">smalltalksrc/FileAttributesPlugin/FileAttributesPluginSimulator.class.st</a>
    (829)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1a6854b70f35aa76e42b4967f7c2d42bb989ec0d257176203ee46b372cf14c9a">smalltalksrc/FileAttributesPlugin/package.st</a>
    (1)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b122913cbe842a25e3ad41ff72ba84fa6fdb4baac2746f0603a3987cb090350b">smalltalksrc/Melchor/CCodeGeneratorGlobalStructure.class.st</a>
    (8)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-aa2c81c13c323d12a74e16790ec0d706e3561bc37e30154765e223a18b74785b">smalltalksrc/Melchor/MLAccessorDepthCalculator.class.st</a>
    (215)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0c8d0fb3e137108bd707a4ff1198c4276310967ab4c36d432e7a1a96b2161449">smalltalksrc/Melchor/MLPluginAccessorDepthCalculator.class.st</a>
    (61)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e783eb8d65d8f702d259bb8be900a523406ba31bffc50daad10115d33acc1df6">smalltalksrc/Melchor/MLVMCCodeGenerator.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9c243e1fad655a47b2438ab4233cb5bbe55c915baecf25136daa5ba14d535839">smalltalksrc/Melchor/VMMaker.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b24ba0132de91d63a01a60ae88701287db101742e694f2af7f67615d0de8ef44">smalltalksrc/Melchor/VMPluginCodeGenerator.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6ee486edee07c3642ee1bac2d653ef655657ec62d6b74696be84b6dbe4a41388">smalltalksrc/Melchor/package.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d6a8e53abeba15ce2e6e3c587c398ee5bff259db29d8b443239b7b3ea2b3acf9">smalltalksrc/Printf/Collection.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-32cf89f8d873c5fce8d514b0fb6a1b9781261579e6e8bdca4088810c6640f77a">smalltalksrc/Printf/Object.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4c641048ef159a6cd67b6760ba15674e91245f9df42baa72d5a09786aa84e9b2">smalltalksrc/Printf/PrintStringFormatDescriptor.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a02804e02fe2a741fd1ad6e6b18b6993d3e463d405f04c2e2af4702cdc54aa14">smalltalksrc/Printf/PrintfCharacterFormatDescriptor.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b6c500787fc46d4851ed4607fbfadbc13d10346d770ba3b65b29109da18ae39f">smalltalksrc/Printf/PrintfFloatFormatDescriptor.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-995d297d221402eee1941902a6406455caeb5b6142ba0f915f53006d60a1cf69">smalltalksrc/Printf/PrintfFormatDescriptor.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9da3d3fe1ce5f198d6ecafac605abc6f5a27938a9d4e6ad1fbad8c3c809fcae1">smalltalksrc/Printf/PrintfFormatString.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-fb893415587904a723eb98045609bf7a91b8ff1dab0e3c706dd068b292f2bad3">smalltalksrc/Printf/PrintfFormatStringTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7cbffe06ac47a20dedabe9a666f1947dac8eb9a41527490e4a6211e8cb5019d2">smalltalksrc/Printf/PrintfNumberFormatDescriptor.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-79073f305e481f83e3f278313ceb8744c5bf045aab1351a70325b926b81e5624">smalltalksrc/Printf/PrintfStringFormatDescriptor.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b84de1d848ec68a1ca08629738b70dd5cba9688ef916f13fec4c3aeda3170ba5">smalltalksrc/Printf/String.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-dc359df00416d5a6e7fbe0c7f81c1c13ed6df1b563f9c2816d7975070cd7d6c7">smalltalksrc/Printf/WriteStream.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e14aa82e20652f118865e37258ad9f0036450eb56e3bb0605b401fe143dc654a">smalltalksrc/Printf/package.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ab2c70ae2ee90049ce3c0892eb48898de965a41336340ecf21f61f2bc6eb3470">smalltalksrc/Slang-Tests/MockConstantClass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d02f5a22814676639cabfe0c293c1cc39400efb97bb5612f7ab798fccc81306f">smalltalksrc/Slang-Tests/MockSlangClass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5e188e6f083ea72ebbdc1e371c0b2d328bc1bb4ccf650be0c13c3080e87f93f0">smalltalksrc/Slang-Tests/SlangAbstractTestCase.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-440bbbd410781f52e6597f0810161da4723fb209f863092aa6d8547d6a3f38af">smalltalksrc/Slang-Tests/SlangBasicTypeInferenceTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-84d0df7747ffcb4fc1772bdc9a3ee3444232c608ce16b32b7e7465548ff3d788">smalltalksrc/Slang-Tests/SlangBasicTypeInferenceTestClass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b65dd87a18ff7fdac89a11785b127d9b7a366ab5150ed8c263f4a6eeb188b7fb">smalltalksrc/Slang-Tests/SlangCogitSubclass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3d6ce0128a04b2f1d7ec676d9c1e6405fa6473e5f94e7d3e559b659cb8e6eed3">smalltalksrc/Slang-Tests/SlangCogitSuperclass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1ae04c826e6921500f7ee7ae80bc8934913f4efbe5edae1e9201b4f66e7a50dd">smalltalksrc/Slang-Tests/SlangObjectMemorySubclass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0b9ae606461334f02b900aea28a75e3307a7a7ed23a56335c686b853add5178e">smalltalksrc/Slang-Tests/SlangObjectMemorySuperclass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b05766f702f6cc6fc76b85215b0f656d0b113555ac34ba18d8660d5f916ca8ba">smalltalksrc/Slang-Tests/SlangOptionTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-402367dcbe0a9fb5f4e7e89e036a502122e153da926ea19a9df9165b851496a0">smalltalksrc/Slang-Tests/SlangTypeForArithmeticTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7a10e3149c8694e0f90ca540d394e94af2afa82814c8ec3aee6fbc2be23d3396">smalltalksrc/Slang-Tests/SlangTypeForDereferenceTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e537ae50016b2f52f188bea217443843a33a91f6583153a21ef7aa4adee67141">smalltalksrc/Slang-Tests/SlangTypeForDereferenceTestClass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-f82b994216337469df15f0ecb5e767fe98f76bd14b54a1af76baab0e87124d7a">smalltalksrc/Slang-Tests/SlangTypePromotionTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-77e108f4042925480dff7a64dfbdc2536502a29f38d16a844a6ea6bfdc769ee2">smalltalksrc/Slang-Tests/package.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8a850489052bdad536a9133d930c2294685ac5f790c899875fe79559d60dd86f">smalltalksrc/Slang/CArray.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-73c82852eb9246fb056535a604a96abf89f98710497510fa0beb1869f2a10ae9">smalltalksrc/Slang/CArrayAccessor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4921c09bd6d8be12699d14b894bbbfa6e2d43e4454ffee6f5961009dad30a021">smalltalksrc/Slang/CArrayOfLongsAccessor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d8d9dec640d16455e10064e7a84506621f70944cecc68d0badd29af8cfdbf74f">smalltalksrc/Slang/CCodeGenerator.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-12e60931271d11caeaedb863865206cb1aa33db8179b066afaf048d365ccaf79">smalltalksrc/Slang/CCodeGeneratorAbsoluteInlineStrategy.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b4c948bd74c6a1d607935012a35daa5babdcb800d746594088310a5f710e26e4">smalltalksrc/Slang/CCodeGeneratorInlineAlwaysStrategy.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-74fa17e0e20bba8eaa541fc55478ca9a5eaa7a2243cf16c7bc28c2cc280f130f">smalltalksrc/Slang/CCodeGeneratorInlineAsSpecifiedOrQuickStrategy.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5564376d0dd998fd465cecf8779dff2e3ccbc9fc346ef80c0398b85ef1d4c4ee">smalltalksrc/Slang/CCodeGeneratorInlineAsSpecifiedStrategy.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-095f2b247cb2bd6be4afb8f012981b3f017640855a0b2ddb798e54b96ae30fcf">smalltalksrc/Slang/CCodeGeneratorInlineNeverStrategy.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-a628b173c70fbd9759f601d4a1e290158ec7e0967765dd28939f03cef77c7c95">smalltalksrc/Slang/CCodeGeneratorInlineStrategy.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-fad2c52d1f1e37c18c755503e73f2fb5ab6e2c9c9bef19e6243211a5297f6588">smalltalksrc/Slang/CFloatArray.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7c00c9bcf359125f2ba2b11b0c0fa81edc2012a4995053dc4c940bc62ecd8d2c">smalltalksrc/Slang/CLiteralArray.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8e33d50010c8b70d9cfec46793dee29ba8d157733ad7e2922396c57ff556616d">smalltalksrc/Slang/CObjectAccessor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-dd25b5b1f6540d29b4fd1ae98144a1ac7a2458981dbc013f16f6c8503b11bf03">smalltalksrc/Slang/CPluggableAccessor.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-31d56d32dc77a097f040ec9aa8981b3b610fdc5a426c4bd31f54dca2f6fa68ab">smalltalksrc/Slang/Gnuifier.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6600b607cc012670311b3e2caabcdf507ecd5e00d725a0b7345e66e6f34fcc75">smalltalksrc/Slang/ManifestVMMakerSlang.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1b3cc08dd8d7a5879948394ed2c457e5fbd44711ca9b6ff5d0ba14a71700afc8">smalltalksrc/Slang/Scanner.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4624660c204bc06a424d850300a44ccf74dbdaabf95cde836d7b879073f98c90">smalltalksrc/Slang/SlangClass.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3955423194c42222c5b5e7950cfdb8ce0e693402e07d0d7301e5c205ac6968cf">smalltalksrc/Slang/SlangStructType.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-af5e91064f69db8713273f4b5825984cd54e035a988e8570199bf520356fae9b">smalltalksrc/Slang/SlangTyper.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-dc530b4d6e27a44714d44b397630ddb4ac2603affef4f8a119006face64da94e">smalltalksrc/Slang/TAssignmentNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-38b7cb0b03d5e3ddc3c1a72c4b6d99675114b2cd52cf69ed01d4c9660391cde3">smalltalksrc/Slang/TBraceCaseNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-80a13d4e42f1710ec44f5425be94f21296a2abb5b6f50607158a25cf96a28c10">smalltalksrc/Slang/TCaseStmtNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c85e457d002611ba98ac5be2dcab3bf1f4e36fd76ea58f77e21aa048e631545b">smalltalksrc/Slang/TConstantNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-063b60d26838dcebbf077ba1d7b4a22d33b416503dd6028e974001c4346e3ca7">smalltalksrc/Slang/TDefineNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4f6d45c0c057fc4b4d4311537698158c5b849ece19039f6fc78db421ede8c351">smalltalksrc/Slang/TGoToNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-219e50ef004f4f2957cd64b2eb9e0cd7e0da97adbb4d369a3b3490016125ad04">smalltalksrc/Slang/TInlineNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4bf9fad790db6ed9efae2c648e800cc4d02cd6be46ff734a2e3cae59ca92efc4">smalltalksrc/Slang/TLabeledCommentNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3a4a8179eb6310af8f9037d5e39835181fe265d260d8f205cb829eb131a90b66">smalltalksrc/Slang/TMethod.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c14d54014c1e4247370c799476e28734b22955b26a75b85ff1d83060bb9c251d">smalltalksrc/Slang/TParseNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-ebccedd74c76018dc719c60c043a855aff94857ebd30614585b72b300f4a026e">smalltalksrc/Slang/TPrintfFormatStringNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-e4b1ba2f77a52f75fecc881f5fcac91fb29634edc44914f29a63ec9d33af1935">smalltalksrc/Slang/TReturnNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2495a24e2a20246e63e95fa78a2d74472ec317f6f1228f3a4d570eb4d76420c3">smalltalksrc/Slang/TSendNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-78670f50a29ab5b110b13daecf84bba5aeecce2f1280d47d4acd44228ee40149">smalltalksrc/Slang/TStmtListNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-576e9b14bc4b7192f4bcd9b3c209e6cb31b4c36bde88ac450cd21b0800bc0801">smalltalksrc/Slang/TSwitchStmtNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2e701c985efd5e7e508596d5cea0ae087792f1215af9211c37b2fec722429296">smalltalksrc/Slang/TVariableNode.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3d3f1a98692e8663f011fa4ff548d206a58e6230c71bda466d9090913e440035">smalltalksrc/Slang/VMMaker.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-bdee6a31557963ae9c6b1deaaf790b749df14bdb97586dc16a58b2cba4954c89">smalltalksrc/Slang/VMMakerException.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-80f85f9bdbca76a8160f84be1d4cbae350a9e4808d49e804ee3aa24de2e6f418">smalltalksrc/Slang/package.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5225a14aee8eeab67bfce0b2b262dbf6c15e7a906acfd690dd1c5c975ee547f9">smalltalksrc/VMMaker-MT-Tests/SpurMockMemory.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-894e6d3f2b9e58b41da8533732462f23fa559d95fd4c5e7f52e748cae972e2d1">smalltalksrc/VMMaker-MT-Tests/SpurMockProcessorScheduler.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0b9fe9d2debade319aa23f92e4f732caa28b7b8ccbd385ab3064c838f6f3f6a8">smalltalksrc/VMMaker-MT-Tests/StackMTInterpreterSimulatorForTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6399b1b61e61d1194e339885427f09c3d0d39a377be6d93d1d730cc682c6a32d">smalltalksrc/VMMaker-MT-Tests/VMLinkedList.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-38571c1fab3f0160c53e4dd24bb0f4ae2a8cf8d0bef6a721613cb00e4d4805eb">smalltalksrc/VMMaker-MT-Tests/VMMTGenerationTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6af98cdee9a7b909129738a019745fdf61fec21eb28baca3af026be89cf27ab0">smalltalksrc/VMMaker-MT-Tests/VMMTTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-77198777818efb473e1e863cbeee9fe516ad04ebc6cac2d07598627ed1a4ed9e">smalltalksrc/VMMaker-MT-Tests/VMMockArray.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-faf8d7110e7abba3f4d36eb656947d7c0bc58f8c34ff86cbc1386c1e18f2d75b">smalltalksrc/VMMaker-MT-Tests/VMMockCogThreadManager.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-bbdd130ec23fcf40a028197f21d5f435d25e69f2ac38e493f4073b4f503668ad">smalltalksrc/VMMaker-MT-Tests/VMMockContext.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-20003b2691495f2b92ef3b3391b2f02ce9fa58b47e253d5c127732e048ee2038">smalltalksrc/VMMaker-MT-Tests/VMMockObject.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-612a469d2c3726daac9e94233bbe08372178b64f13c5c206ddee6dcb881e86dd">smalltalksrc/VMMaker-MT-Tests/VMMockProcess.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-cd31c0962f472f608fc4e0c20591495ad2be7b7ebb0bc3cd60b35630ba691d21">smalltalksrc/VMMaker-MT-Tests/VMMockScheduler.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1f834069d9033da3797b20bf0cf9824f8a936876bc63adf57b3f78bf7f0293f8">smalltalksrc/VMMaker-MT-Tests/VMMockSchedulerAssociation.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-eb514cecc106413611e00fdf45293fca0c55ea8419d5c3c5a4dbf6054863552c">smalltalksrc/VMMaker-MT-Tests/package.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-205d3d67044b3a4c0e601d1703f99f9a11352fbb5df55587f817d5494677191c">smalltalksrc/VMMaker-OriginalTests/AbstractInstructionTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-c4fed82fe5ddfb68d25ac34cfcf032c03df9ef645e316acb9562a9102083ca08">smalltalksrc/VMMaker-OriginalTests/BitBltSimulationTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-4bf5afd368126e0b44733cac441c056ecc800736c8af4dca18c3cf7da905ae7c">smalltalksrc/VMMaker-OriginalTests/CCodeGeneratorTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-20b16b437048446d44c5882f7bef992ca01c108d34694388de710ec0382ea8f2">smalltalksrc/VMMaker-OriginalTests/CoInterpreterTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-d19a43c6e4039e86274d41dc8959747c14e1d4dfd77874a754f65f5a74af24b7">smalltalksrc/VMMaker-OriginalTests/CogARMCompilerForTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-cf52cf8bf55caf7719e71a5ff7a3adb127bf91a72a225fb36a5d0e74b19479e3">smalltalksrc/VMMaker-OriginalTests/CogARMCompilerTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-aa6940ac39e812778d00acd28ebcc2afebf5888851c593edf8a594fe903c6056">smalltalksrc/VMMaker-OriginalTests/CogIA32CompilerForTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-91e310cea3a26d44e1219c1a42e2ce0dd9c8c9e792be221bcb9a4ec8a664739c">smalltalksrc/VMMaker-OriginalTests/CogIA32CompilerTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-02e59c5fe30d01f3b5966ca00fe6f9f5714d736e6c318652300e70a9bf90cf07">smalltalksrc/VMMaker-OriginalTests/CogMIPSELCompilerForTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8fd0eee29bd64f766036a91ee3c1798d78a62183482930b01bbcc82dc123c957">smalltalksrc/VMMaker-OriginalTests/CogMIPSELCompilerTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6f4acf4b6e5a1c8d06275744b7876db453f1fa498ecbf225f6dbdd6f8f4855c4">smalltalksrc/VMMaker-OriginalTests/CogX64CompilerForTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-bb99d94c39a8564e2abd37df3fb114bbe4eda4969cd97b23bb42d25fbc2ef4cd">smalltalksrc/VMMaker-OriginalTests/CogX64CompilerTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1d4e4ce99dcc27965f6d764696a8e120f9cf94c130f7bcafa2b66a550922176d">smalltalksrc/VMMaker-OriginalTests/FloatMathPluginTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2260adf4bcc1c688536a956cca4e544f868726be5cc96d5dbfa113e238956f2b">smalltalksrc/VMMaker-OriginalTests/FullSimulationTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-156ab33cd79dd9ba2a6abf294acf857d90ca69811f7d845599a50233d34b2136">smalltalksrc/VMMaker-OriginalTests/HeapMapTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-1378b5a4aa41537297544746f3ba6fcc5db766e7d618bbb0c888af3ec9e0ff43">smalltalksrc/VMMaker-OriginalTests/IncludedMethodsTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-fde10d0d014371ec0a828f285471ffbeb844033a3c91c0e7e7f174eea07989b6">smalltalksrc/VMMaker-OriginalTests/InterpreterPrimitivesTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b84a4cd1b34913642750b83761265aa90da77c2091093840137bae02dc029758">smalltalksrc/VMMaker-OriginalTests/JPEGReadWriter2PluginTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2da9d312b4434f40fe6d68cd108e6a094d8d7add95aaaaddb1c392832bf621a7">smalltalksrc/VMMaker-OriginalTests/LargePositiveInteger.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-51a3396cde2ec60846bd7c6622ace04347a1fe58e2f5bea49df0bfae8a050c76">smalltalksrc/VMMaker-OriginalTests/MemoryTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-f083988ab5111cf31a38885e5fca3100c239d81f2e36062a1ca7b4fa1f0b3762">smalltalksrc/VMMaker-OriginalTests/MiscPrimitivePluginTest.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-f2487ecacb3a3cf04006b314e1bd66759394c48b789f50b426d17d58b44378f8">smalltalksrc/VMMaker-OriginalTests/RegisterAllocatingCogitTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-86de8d804acd230dad4862e5a0627b643d1e2bb07893cab0c09da18392e27d4c">smalltalksrc/VMMaker-OriginalTests/SimulatorHarnessForTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-015d8f83ed74bc98096f44d23d93d74f68727f8d6024acf0206986cb17625c69">smalltalksrc/VMMaker-OriginalTests/SpurImageSegmentTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-2dd5edbb834bb7923a630c79b547041b8f0747953cc0df7316d95f932b956706">smalltalksrc/VMMaker-OriginalTests/SpurImageTestResource.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-dab8d1294b69ab3064fb2df012a3423566d8b548ed61ecbbcf50efb3ca2db764">smalltalksrc/VMMaker-OriginalTests/SpurPlanningCompactorTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-fc3f01bb9567158299a83a44f0a3b7634974cbb2098644cb131df5c483e85a91">smalltalksrc/VMMaker-OriginalTests/SpurTrunkImageTestResource.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-66527e92aaffd380510ea37292ff4e52adbe500e48699464ca47615fcbc56fea">smalltalksrc/VMMaker-OriginalTests/StackInterpreterSimulatorTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9960c47ff52fed4026cf56f82586e9c9a11a4f763450ccaf5e6bf2b3aa83fbbc">smalltalksrc/VMMaker-OriginalTests/StackInterpreterTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b4a3ce5712f4e12091bb920442fdfde38a5334e83e99fc00514fcdcdabd3a4dc">smalltalksrc/VMMaker-OriginalTests/StackToRegisterMappingCogitChecker.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-de033870fbb8c270bfa4c0c022c89651095571e5c1e8bbb8ad44ec2f2280b10a">smalltalksrc/VMMaker-OriginalTests/VMClassTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-8cd30f197c74c57d5521a60f24dfd59f15ed029ac3126ad02f984a2e689720aa">smalltalksrc/VMMaker-OriginalTests/VMInterfaceConsistencyTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-64f3a53a4f279f5a97b789ec2a8e886e4b376dc2bf15957beabcf62624f0a777">smalltalksrc/VMMaker-OriginalTests/VMMakerIntegerTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-70601b0e2881d1c0a30c809c2abfb4b30db4ed2d1d8d3d448d0ec60041db81b4">smalltalksrc/VMMaker-OriginalTests/package.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-3860de7bee9b1dde6aa418e1a840f1132f794dce25907f8cb50106a8b92f34b1">smalltalksrc/VMMaker-Slang/CrossPlatformVMMaker.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9dcbddadeb556a766bc5606d93327cff9ca5177755dae38c4ff030ab0da9dc83">smalltalksrc/VMMaker-Slang/VMMakerConfiguration.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-54ff7684eff54b4148db787441d1dadd9c9050783dbbd1ca22ca7a69a200b302">smalltalksrc/VMMaker-Slang/package.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-9a3542ba67b68375a53c3f5979eac63fd9fc567f8a7d28d4f2f09ee9e30b0f4a">smalltalksrc/VMMaker-Tools/Integer.extension.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-902f7b8cef1ac34634a2af9d9dcd155ea7c5227bd633063165c688d15524fa07">smalltalksrc/VMMaker-Tools/SimulatorEventTransformer.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-0a47f6f081725cbb6919c3b33e318d5bd8a97b13a0fc6fbcb980d8f972708b2e">smalltalksrc/VMMaker-Tools/SimulatorImageMorph.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-484a9eef4f2dccdd392f040264e64ea6611fc118e05cf599861fa7db99b5e33b">smalltalksrc/VMMaker-Tools/SimulatorMorph.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-5f34a45bc6804f904f16c92afc7a14611dd10e3bc3498a5a5b85c2b7dae9681a">smalltalksrc/VMMaker-Tools/SimulatorMorphicEventTests.class.st</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-22773b4b6bc4ce21a3e38d39c9433cf795ccd780e538b9f223b749c20241b4cc">smalltalksrc/VMMaker-Tools/SimulatorMorphicModel.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-46c028e0b3f177855534f9fe816bbd15e3d510f2e0271c4434aab4272d8515a0">smalltalksrc/VMMaker-Tools/SpurMemoryManager.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-64195215620ae8563a3636636c4e2f5412dfb5e2d5698a1768e0711d5a0029a1">smalltalksrc/VMMaker-Tools/StackInterpreter.extension.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-210f2f999da17e0ab23d7aeda140ae29e834c98d7db6b17add5594b28639e205">smalltalksrc/VMMaker-Tools/VMBytecodeToIRMapping.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6bd03c78ec2af3fdd59898a4dbd822a2b8d06d643282dde896b88392268c5552">smalltalksrc/VMMaker-Tools/VMDebugger.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-b81e764e777d9dc36e8ce44a02a685e6374eae127574add0c873030bbe8be321">smalltalksrc/VMMaker-Tools/VMMachineCodeDebugger.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-6f2440c4e5998293603a5770a8ab725789b93bbd7575fde0ea96c4eefb5c5f30">smalltalksrc/VMMaker-Tools/VMMachineCodeDebuggerInstruction.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-7e1f9410de7b62128e2e45e621099a0a2a111879146c08f435dcf3f002217f03">smalltalksrc/VMMaker-Tools/VMMachineCodeDebuggerStackItem.class.st</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539/files#diff-30b428e16e8446b790ad73a0591f86869354515b175a86873a30ba3d7375a187">smalltalksrc/VMMaker-Tools/VMMethodBytecodeToIRMapping.class.st</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW37RKXRYR7GTACTSQ3SR5YH5ANCNFSM4UEV6FZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW6JGUVOCGKAKEYKRXLSR5YH5A5CNFSM4UEV6FZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LGUNVDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/539",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>