Quote Originally Posted by cronodragon
The speed increases are related to FPC 2.2, or to Lazarus enhancements?
I think it is related to FPC 2.2. It has a lot of bugfixing, including a bug that always included debug information ignoring flags.

Now a question: Does FPC 2.2 allows real inline procedures? I mean, if I declare a procedure/function/method as inline it will be inlined in all units that use that procedure/function/method? Previous FPC doesn't export inline procedure/function/method.