Skip to content
Failed

Changes

Summary

  1. Handle quick returns cases. (details)
  2. Refactorings (details)
  3. Use stackTopPut: instead of push: (details)
Commit 0d089c047cb8e070f9db94841e3f1f35efc61908 by hernan.morales
Handle quick returns cases.
The file was modified smalltalksrc/VMMaker/StackInterpreter.class.st (diff)
The file was modified smalltalksrc/VMMaker/StackInterpreterPrimitives.class.st (diff)
The file was modified smalltalksrc/VMMaker/StackInterpreter.class.st (diff)
Commit e39402b3ad934d0c4ab992b64c41694043d134d5 by hernan.morales
Use stackTopPut: instead of push:
Fixed tests
The file was modified smalltalksrc/VMMaker/StackInterpreterPrimitives.class.st (diff)
The file was modified smalltalksrc/VMMaker/CurrentImageCoInterpreterFacade.class.st (diff)
The file was modified smalltalksrc/VMMakerTests/VMPrimitiveTest.class.st (diff)