Skip to main content

previous disabled Page of 2
and
  1. No Access

    Chapter and Conference Paper

    Machine Learning-Driven Automatic Program Transformation to Increase Performance in Heterogeneous Architectures

    We present a program transformation approach to convert procedural code into functionally equivalent code adapted to a given platform. Our framework is based on the application of guarded transformation rules ...

    Salvador Tamarit, Guillermo Vigueras in Tools for High Performance Computing 2016 (2017)

  2. No Access

    Chapter and Conference Paper

    A Haskell Implementation of a Rule-Based Program Transformation for C Programs

    Obtaining good performance when programming heterogeneous computing platforms poses significant challenges for the programmer. We present a program transformation environment, implemented in Haskell, where arc...

    Salvador Tamarit, Guillermo Vigueras in Practical Aspects of Declarative Languages (2015)

  3. No Access

    Chapter and Conference Paper

    Reversible Language Extensions and Their Application in Debugging

    A range of methodologies and techniques are available to guide the design and implementation of language extensions and domain-specific languages on top of a base language. A simple yet powerful technique to t...

    Zoé Drey, José F. Morales in Practical Aspects of Declarative Languages (2013)

  4. No Access

    Chapter and Conference Paper

    Supporting Pruning in Tabled LP

    This paper analyzes issues which appear when supporting pruning operators in tabled LP. A version of the once/1 control predicate tailored for tabled predicates is presented, and an implementation analyzed and ev...

    Pablo Chico de Guzmán, Manuel Carro in Practical Aspects of Declarative Languages (2013)

  5. No Access

    Chapter and Conference Paper

    A Segment-Swap** Approach for Executing Trapped Computations

    We consider the problem of supporting goal-level, independent and-parallelism (IAP) in the presence of non-determinism. IAP is exploited when two or more goals which will not interfere at run time are schedule...

    Pablo Chico de Guzmán, Amadeo Casas in Practical Aspects of Declarative Languages (2012)

  6. No Access

    Chapter and Conference Paper

    A General Implementation Framework for Tabled CLP

    This paper describes a framework to combine tabling evaluation and constraint logic programming (TCLP). While this combination has been studied previously from a theoretical point of view and some implementati...

    Pablo Chico de Guzmán, Manuel Carro in Functional and Logic Programming (2012)

  7. No Access

    Book and Conference Proceedings

    Practical Aspects of Declarative Languages

    12th International Symposium, PADL 2010, Madrid, Spain, January 18-19, 2010. Proceedings

    Manuel Carro, Ricardo Peña in Lecture Notes in Computer Science (2010)

  8. No Access

    Chapter and Conference Paper

    Building Dynamic Models of Service Compositions with Simulation of Provision Resources

    Efficient and competitive provision of service compositions depends both on the composition structure, and on planning and management of computational resources necessary for provision. Resource constraints on...

    Dragan Ivanović, Martin Treiber, Manuel Carro in Conceptual Modeling – ER 2010 (2010)

  9. No Access

    Chapter and Conference Paper

    A Tabling Implementation Based on Variables with Multiple Bindings

    Suspension-based tabling systems have to save and restore computation states belonging to OR branches. Stack freezing combined with (forward) trailing is among the better-known implementation approaches for th...

    Pablo Chico de Guzmán, Manuel Carro, Manuel Hermenegildo in Logic Programming (2009)

  10. No Access

    Chapter and Conference Paper

    A Sketch of a Complete Scheme for Tabled Execution Based on Program Transformation

    Tabled evaluation has proved to be an effective method to improve several aspects of goal-oriented query evaluation, including termination and complexity. “Native” implementations of tabled evaluation offer go...

    Pablo Chico de Guzmán, Manuel Carro, Manuel V. Hermenegildo in Logic Programming (2008)

  11. No Access

    Chapter and Conference Paper

    Automatic Coding Rule Conformance Checking Using Logic Programming

    An extended practice in the realm of Software Engineering and programming in industry is the application of coding rules. Coding rules are customarily used to constrain the use (or abuse) of certain programming l...

    Guillem Marpons, Julio Mariño, Manuel Carro in Practical Aspects of Declarative Languages (2008)

  12. No Access

    Chapter and Conference Paper

    Annotation Algorithms for Unrestricted Independent And-Parallelism in Logic Programs

    We present two new algorithms which perform automatic parallelization via source-to-source transformations. The objective is to exploit goal-level, unrestricted independent and-parallelism. The proposed algorithm...

    Amadeo Casas, Manuel Carro in Logic-Based Program Synthesis and Transfor… (2008)

  13. No Access

    Chapter and Conference Paper

    A High-Level Implementation of Non-deterministic, Unrestricted, Independent And-Parallelism

    The growing popularity of multicore architectures has renewed interest in language-based approaches to the exploitation of parallelism. Logic programming has proved an interesting framework to this end, and th...

    Amadeo Casas, Manuel Carro, Manuel V. Hermenegildo in Logic Programming (2008)

  14. No Access

    Chapter and Conference Paper

    An Improved Continuation Call-Based Implementation of Tabling

    Tabled evaluation has been proved an effective method to improve several aspects of goal-oriented query evaluation, including termination and complexity. Several “native” implementations of tabled evaluation h...

    Pablo Chico de Guzmán, Manuel Carro in Practical Aspects of Declarative Languages (2008)

  15. No Access

    Chapter and Conference Paper

    Towards a High-Level Implementation of Execution Primitives for Unrestricted, Independent And-Parallelism

    Most efficient implementations of parallel logic programming rely on complex low-level machinery which is arguably difficult to implement and modify. We explore an alternative approach aimed at taming that com...

    Amadeo Casas, Manuel Carro in Practical Aspects of Declarative Languages (2008)

  16. No Access

    Chapter and Conference Paper

    Combining Static Analysis and Profiling for Estimating Execution Times

    Effective static analyses have been proposed which infer bounds on the number of resolutions. These have the advantage of being independent from the platform on which the programs are executed and have been sh...

    Edison Mera, Pedro López-García in Practical Aspects of Declarative Languages (2007)

  17. No Access

    Chapter and Conference Paper

    Towards Description and Optimization of Abstract Machines in an Extension of Prolog

    Competitive abstract machines for Prolog are usually large, intricate, and incorporate sophisticated optimizations. This makes them difficult to code, optimize, and, especially, maintain and extend. This is pa...

    José F. Morales, Manuel Carro in Logic-Based Program Synthesis and Transfor… (2007)

  18. No Access

    Chapter and Conference Paper

    Using Combined Static Analysis and Profiling for Logic Program Execution Time Estimation

    Predicting statically the running time of programs has many applications ranging from task scheduling in parallel execution to proving the ability of a program to meet strict time constraints. A starting point...

    Edison Mera, Pedro López-García, Germán Puebla, Manuel Carro in Logic Programming (2006)

  19. No Access

    Chapter and Conference Paper

    A Generator of Efficient Abstract Machine Implementations and Its Application to Emulator Minimization

    The implementation of abstract machines involves complex decisions regarding, e.g., data representation, opcodes, or instruction specialization levels, all of which affect the final performance of the emulator...

    José F. Morales, Manuel Carro, Germán Puebla, Manuel V. Hermenegildo in Logic Programming (2005)

  20. No Access

    Chapter and Conference Paper

    Improved Compilation of Prolog to C Using Moded Types and Determinism Information

    We describe the current status of and provide performance results for a prototype compiler of Prolog to C, ciaocc. ciaocc is novel in that it is designed to accept different kinds of high-level information, typic...

    J. Morales, Manuel Carro, Manuel Hermenegildo in Practical Aspects of Declarative Languages (2004)

previous disabled Page of 2