Efficient Implementation of Smalltalk Activation Records in Language Implementation Frameworks
Language implementation frameworks such as RPython or Truffle help to build runtimes for dynamic languages. For this, they make certain design decisions and trade-offs upfront to make common language concepts easy to implement. Because of this, however, some language-specific concepts may be rather tedious to support, especially the modification of activation records. For example, Smalltalk provides reification of activations through context objects. Since they are used to implement other mechanisms such as exception handling on the language level, contexts need to be entirely supported by the underlying runtime. We present an approach for efficiently implementing Smalltalk context objects in frameworks that do not support unrestricted modification of activation records.
Tue 2 Apr
11:00 - 12:30: MoreVMs'19 - Implementation Aspects at Michelangelo Chair(s): Edd BarrettKing's College London | ||||||||||||||||||||||||||||||||||||||||||
11:00 - 11:30 Talk | Fabio NiephausHasso Plattner Institute, University of Potsdam, Tim FelgentreffOracle Labs, Potsdam, Tobias PapeHasso Plattner Institute, Germany, Robert HirschfeldHasso-Plattner-Institut (HPI), Germany DOI Pre-print | |||||||||||||||||||||||||||||||||||||||||
11:30 - 12:00 Talk | Eduardo RosalesUniversity of Lugano, Switzerland, Andrea RosàUniversity of Lugano, Switzerland, Walter BinderUniversity of Lugano, Switzerland | |||||||||||||||||||||||||||||||||||||||||
12:00 - 12:30 Talk | Shoaib AkramGhent University |