[Vm-dev] VM Maker: VMMaker.oscog-eem.2843.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Oct 17 21:22:32 UTC 2020


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2843.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.2843
Author: eem
Time: 17 October 2020, 2:22:17.0514 pm
UUID: b90f1ac6-1848-431f-8f42-467012ff6595
Ancestors: VMMaker.oscog-eem.2842

Alien plugin: Add an introspection primtive answering the most recent VMCallbackContext address.

=============== Diff against VMMaker.oscog-eem.2842 ===============

Item was added:
+ ----- Method: IA32ABIPlugin>>primMostRecentCallbackContext (in category 'primitives-callbacks') -----
+ primMostRecentCallbackContext
+ 	"This is here only for debugging; it is really useful in predicting the behaviour of primReturnAsFromContextThrough."
+ 	interpreterProxy methodReturnValue: (self positiveMachineIntegerValueOf: self getMostRecentCallbackContext)!



More information about the Vm-dev mailing list