$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Geometry and spatial indexes, my opinion
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-10-11 12:39:50
Joel Falcou wrote:
> For loop unrolling, it should be
> done automagically if loop bounds are statically known, if not, do it
> yourself.
If the loops are fully unrolled, I don't see the difference between
"static" and "dynamic" indexing.