[fpc-devel] performance tests: reference counted vs non-reference counted

Michael Schnell mschnell at lumino.de
Fri Nov 16 12:01:14 CET 2007


> *  Why is our non-reference counted implementation faster 
Reference counting needs some additional code that is executed without 
writing additional instructions in the main line code. So it's no wonder 
it costs some performance.

-Michael



More information about the fpc-devel mailing list