Skip to content
Tom Magrino edited this page May 16, 2018 · 1 revision

The FabIL compiler is responsible for translating FabIL code into Java code that can be run using the Fabric runtime. Most of this is focused on the distributed computing features of Fabric such as distributed persistent objects, transactions, and remote calls.

Note: This should be expanded with a more thorough walkthrough of the details for passes, checks, and code transformations performed by the FabIL compiler.

Clone this wiki locally