
15 Dec
2006
15 Dec
'06
10:34 p.m.
Joel de Guzman wrote:
Gennadiy Rozental wrote:
It's possible. Still there code size will be significantly bigger in comparison with offline implementation, right?
Fusion vector, for example is as fast as a struct. But Gennadiy is talking about code size, not execution speed. The very fact that makes Fusion so fast, its ability to compile down to code that looks like it was specifically written for the case at hand, means that every usage will have almost exactly the same code, but slightly different - as if it was written specifically for each case by hand.
Sebastian Redl