unrolling

  • 1unrolling — v. unwrap, spread out …

    English contemporary dictionary

  • 2unrolling — …

    Useful english dictionary

  • 3Loop unrolling — …

    Википедия

  • 4Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… …

    Wikipedia

  • 5Software pipelining — In computer science, software pipelining is a technique used to optimize loops, in a manner that parallels hardware pipelining. Software pipelining is a type of out of order execution, except that the reordering is done by a compiler (or in the… …

    Wikipedia

  • 6Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… …

    Wikipedia

  • 7Loop unwinding — Loop unwinding, also known as loop unrolling, is a loop transformation technique that attempts optimize a program s execution speed at the expense of its size.The goal of loop unwinding is to increase the programs speed by reducing (or… …

    Wikipedia

  • 8Fern — This article is about the group of pteridophyte plants. For other uses, see Fern (disambiguation). Ferns (Pteridophyta) Temporal range: Mid Devonian[1] Recent …

    Wikipedia

  • 9Cyclic order — In mathematics, a cyclic order is a way to arrange a set of objects in a circle.[nb] Unlike most structures in order theory, a cyclic order cannot be modeled as a binary relation a < b . One does not say that east is more clockwise than west.… …

    Wikipedia

  • 10Duff's device — In computer science, Duff s device is an optimized implementation of a serial copy that uses a technique widely applied in assembly language for loop unwinding. Its discovery is credited to Tom Duff in November of 1983, who at the time was… …

    Wikipedia