User Tools

Site Tools


Sidebar

<menu col=1,align=center>

<item>Documentation||[[lara:documentation]]|{{:lara:img:dictionary.png?25}}</item>
<item>Downloads||[[lara:downloads]]| {{:lara:img:projects.png?25}}</item>
<item>Tutorials||[[lara:tutorial]]|{{:lara:img:books.png?25}}</item>
<item>Other uses of LARA||[[lara:other]]|{{:lara:img:globe.png?25}}</item>
<item>About Us||[[https://sites.google.com/site/specsfeup/]]| {{:lara:img:specslogo.png?25}}</item>
<item>Projects||[[lara:usage]]| {{:lara:img:math.png?25}}</item>

</menu>

/* They are empty */ /* <item>FAQ||faq|</item> */ /* <item>Dev. Team||team| </item> */ /* <item>About LARA||about|</item> */

start

This is an old revision of the document!


LARA: a language for source-to-source compilation

The development of applications for high-performance embedded systems is typically a long and error-prone process. In addition to the required functions, developers must consider various and often conflicting non-functional application requirements such as performance and energy efficiency. The complexity of this process is exacerbated by the multitude of target architectures and the associated retargetable mapping tools. This novel language introduces an Aspect-Oriented Programming (AOP) approach that conveys domain knowledge and non-functional requirements to optimizers and mapping tools. LARA allows the specification of compilation strategies to enable efficient generation of software code and hardware cores for alternative target architectures. LARA provides strategies for code instrumentation and analysis, and for guiding the application of compiler and hardware synthesis optimizations. An important LARA feature is its capability to deal with different join points, action models, and attributes, and to generate an aspect intermediate representation.

<menu col=2,align=center>

<item>Downloads|Software and Tools Download.|[[lara:downloads]]| {{:lara:img:projects.png?40}}</item>
<item>Documentation|Documents of the LARA language.|[[lara:documentation]]|{{:lara:img:dictionary.png?40}}</item>
<item>Other uses of LARA|Information regarding LARA language.|[[lara:other]]|{{:lara:img:globe.png?40}}</item>
<item>About LARA|Information regarding LARA language.|[[lara:about]]|{{:wiki:logo.png?40}}</item>
<item>About Us|Information about the SPeCS group.|[[https://sites.google.com/site/specsfeup/]]| {{:lara:img:specslogo.png?40}}</item>  
<item>Tutorials|A set of tutorials and examples for faster learning.|[[lara:tutorial]]|{{:lara:img:books.png?40}}</item>
<item>Projects|Projects using LARA.|[[lara:usage]]| {{:lara:img:path.png?40}}</item>

</menu>

/* Items that are not done yet */ /* <item>Dev. Team|Information about the development team.|team| </item> */ /* <item>Frequently Asked Question|Explain the most usual questions.|faq|</item> */

LARA Language

Aspect-Oriented Programming paradigm (AOP) tries to solve the programming languages decomposition by separating the secondary concerns with the program’s main logic. There are several AOP languages, such as AspectJ, an aspect-oriented extension for Java, and AspectC++, for C++. Although these languages are pretty useful for their associated programming languages, the aspects cannot be reused between aspect languages. Thus, an aspect created for a certain target language would have to be recoded to be applied to a different target language. Other disadvantages of these languages are the points of interest (join points), that, e.g., do not consider loops and local variables.

LARA is a novel aspect-oriented language, developed in Faculdade de Engenharia da Universidade do Porto (FEUP), which allows the development of aspects that can be applied to different programming languages. The MATLAB and C programming languages are two examples of case studies used to which where developed weaving envirnoments using the LARA approach. Another objective of this language is to aid AOP with the possibility to define different types of actions, such as variables type definition and compile optimizations.

The language is more detailed here.

Available Tools

The SPeCS group have been developing tools around the LARA language, providing compiling and interpreting tools, complete frameworks using the LARA approach, etc. Currently, the following tools available are:

  • LaraC - The LARA compiler which translates the LARA aspects, together with a target language specification, into an Aspect-Intermediate Representation (Aspect-IR). The generated Aspect-IR can be used by an interpreter to analyse the aspects and apply the defined strategies;
  • LaraI - A LARA interpreter for the Aspect-IR. The default LaraI implementation can execute all the functionalities available in LARA language, with a limited language representation. This interpreter can be expanded in many ways, such as: the addition of new Java and JavaScript features; addition of LARA API strategies; use of a different weaving mechanism instead of the default one. This tool can be used to create new weaving environments with ease.
  • WeaverGenerator - The LARA weaver engine generator. According to a given input language specification, this tool generates a weaving environment that easily interfaces with LaraI, providing the application of LARA in different environments and the easy update of new feature to the implemented weavers.

/* Language Specification Creator (GUI) - Ongoing work… */

There are already several weavers that support the LARA language:

start.1500461317.txt.gz · Last modified: 2019/09/22 15:46 (external edit)