You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.