[TYPO3-core] RFC #14675: Replace calls to t3lib_BEfunc:: within t3lib_BEfunc to self:: due to performance reasons

Sebastian Michaelsen sebastiangebhard at hoch2.de
Wed Jun 9 17:36:58 CEST 2010


This is an SVN patch request.

Type: Tweak

Bugtracker references:
http://bugs.typo3.org/view.php?id=14674
http://bugs.typo3.org/view.php?id=14675 (related)
http://bugs.typo3.org/view.php?id=13611 (related)

Branches:
trunk (if Release Manager agrees)

Problem:
As we have done it with t3lib_div, t3lib_BEfunc should also call its own 
static methods via self:: which is faster.

Solution:
Replace t3lib_BEfunc:: with self::

Note:
t3lib_BEfunc is heavily used in throughout the BE. I did not do 
benchmarking tests, but I can imagine that the improvement is measurable.

Kind regards,

Sebastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 14675_v1.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100609/231489b0/attachment.txt>


More information about the TYPO3-team-core mailing list