salmanjnr / unroller

Perform loop unrolling on normalized c/c++ loops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unroller

Perform loop unrolling by a factor of 2 for all loops in a source file.

Usage

LoopConvert input_file

Installation

First you need to download nix, then simply run nix-build inside the directory to build the project and have the output in result/bin/LoopConvert. You can also run nix-shell to get into a development environment for the project. You can then manually use Make to build.

About

Perform loop unrolling on normalized c/c++ loops


Languages

Language:C++ 89.6%Language:Makefile 7.0%Language:Nix 3.4%