[llvm-commits] PATCH: Fix quadratic behavior in PR12652

Jay Foad jay.foad at gmail.com
Fri Jul 6 03:58:16 PDT 2012


Thanks for the clarifications!

> What I originally observed, very roughly:
>
> compile_time(N*size) < 2 * N * compile_time(size)

I suppose technically this means it's linear, but there's an
uncertainty of a factor of 2 in the measurements. Or something like
that...

Thanks,
Jay.



More information about the llvm-commits mailing list