Faster Array#/MutableArray# copies

Roman Leshchinskiy rl at cse.unsw.edu.au
Fri Feb 18 09:54:17 CET 2011


Max Bolingbroke wrote:
> On 18 February 2011 01:18, Johan Tibell <johan.tibell at gmail.com> wrote:
>
> It seems like a sufficient solution for your needs would be for us to
> use the LTO support in LLVM to inline across module boundaries - in
> particular to inline primop implementations into their call sites. LLVM
> would then probably deal with unrolling small loops with statically known
> bounds.

Could we simply use this?

http://llvm.org/docs/LangRef.html#int_memcpy

Roman






More information about the Glasgow-haskell-users mailing list