Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Loop_interchange> ?p ?o. }
Showing items 1 to 25 of
25
with 100 items per page.
- Loop_interchange abstract "In compiler theory, loop interchange is the process of exchanging the order of two iteration variables used by a nested loop. The variable used in the inner loop switches to the outer loop, and vice versa. It is often done to ensure that the elements of a multi-dimensional array are accessed in the order in which they are present in memory, improving locality of reference.For example, in the code fragment:for i from 0 to 10 for j from 0 to 20 a[i,j] = i + jloop interchange would result in:for j from 0 to 20 for i from 0 to 10 a[i,j] = i + jOn occasion, such a transformation may create opportunities to further optimize, such as vectorization of the array assignments.".
- Loop_interchange wikiPageID "1837923".
- Loop_interchange wikiPageRevisionID "598205108".
- Loop_interchange hasPhotoCollection Loop_interchange.
- Loop_interchange subject Category:Compiler_optimizations.
- Loop_interchange type Abstraction100002137.
- Loop_interchange type Act100030358.
- Loop_interchange type Action100037396.
- Loop_interchange type Change100191142.
- Loop_interchange type ChangeOfState100199130.
- Loop_interchange type CompilerOptimizations.
- Loop_interchange type Event100029378.
- Loop_interchange type Improvement100248977.
- Loop_interchange type Optimization100260051.
- Loop_interchange type PsychologicalFeature100023100.
- Loop_interchange type YagoPermanentlyLocatedEntity.
- Loop_interchange comment "In compiler theory, loop interchange is the process of exchanging the order of two iteration variables used by a nested loop. The variable used in the inner loop switches to the outer loop, and vice versa.".
- Loop_interchange label "Loop interchange".
- Loop_interchange label "Перестановка циклов".
- Loop_interchange sameAs m.05_wmb.
- Loop_interchange sameAs Q6675836.
- Loop_interchange sameAs Q6675836.
- Loop_interchange sameAs Loop_interchange.
- Loop_interchange wasDerivedFrom Loop_interchange?oldid=598205108.
- Loop_interchange isPrimaryTopicOf Loop_interchange.