PPT Slide
Transaction mapping is the familiar compiler problem of
Transaction type definitions and type coercions transformations
Type coercions may be in-lined compiled, linked at load time,
linked at initialization time, invoked at runtime or
compiled at runtime by a dynamic compiler.
Example: A transaction of type vector-matrix multiply is mapped
to a sequence of instructions.