Exception handlers are pieces of code that handle
exceptions on
the covered basic blocks.
Exception handlers are pieces of code that handle
exceptions on
the covered basic blocks. Since Scala's exception handling uses
pattern matching instead of just class names to identify handlers,
all our handlers will catch Throwable
and rely on proper ordering
in the generated code to preserve nesting.
1.0
Glue together ICode parts.
The ICode intermediate representation.
The ICode intermediate representation. It is a stack-based representation, very close to the JVM and .NET. It uses the erased types of Scala and references Symbols to refer named entities in the source files.
This trait ...
This trait ...
1.0