Loop fission and fusion

id: loop-fission-and-fusion-247-660000
title: Loop fission and fusion
text: In computer science, loop fission is a compiler optimization in which a loop is broken into multiple loops over the same index range with each taking only a part of the original loop's body. The goal is to break down a large loop body into smaller ones to achieve better utilization of locality of reference. This optimization is most efficient in multi-core processors that can split a task into multiple tasks for each processor. Conversely, loop fusion is a compiler optimization and loop transfor
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Loop_fission_and_fusion
date created:
date modified: 2023-09-27T15:39:43Z
main entity: {"identifier":"Q6675821","url":"https://www.wikidata.org/entity/Q6675821"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part