Earlier quoted context omitted.
Reference counting is much slower than 'garbage collection'.
Reference for "much" slower? Surely depends on usage? The cost is also more predictable/amortised than classic garbage collection.
The point about predictability is totally valid though (and combined with simplicity is the reason many languages still pick ref counting).