VM Maker: VMMaker.oscog-eem.2843.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-eem.2843.mcz

commits-2
 
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)!