News Feed
Jobs Feed
Sections




News Archive
PHP 10.0 Blog:
More inlining
November 20, 2006 @ 08:10:00

On the PHP 10.0 Blog, Stas talks more about inlining in PHP functions - some of the bad things this time (see here and here for other comments), including things that could break an application if not handled correctly.

Performance benefits from inlining simple functions might be significant, since function call in PHP is not cheap. We'd have some potential problems there.

Included in the list are things like:

  • Variable scoping - we don't want function variables to mess with our scope, so we'd probably rename them or something.
  • Then we might get a problem if function messing with current scope is called indirectly so we can't really know.
  • And then some may use end-of-scope for destruction of variables that have dtors, so when we'd clean up these variables?

1 comment voice your opinion now!
inlining function performance benefit problem scope variable inlining function performance benefit problem scope variable


blog comments powered by Disqus

Similar Posts

Douglas Brown's Blog: Three Important Tips to Write PHP Code Defensively

Chris Jones: Converting REF CURSOR to PIPE for Performance in PHP OCI8 and PDO_OCI

DevShed: Programming PHP - A Beginner's Guide

IBM developerWorks: Ajax and XML: Ajax for chat

XPertDeveloper.com: PHP coding tips for Performance Improvement


Community Events











Don't see your event here?
Let us know!


phpunit zendframework2 functional opinion usergroup series development introduction testing release interview database podcast community conference framework rest symfony2 unittest language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework