On Jul 16, 2004, at 3:22 AM, Thies C. Arntzen wrote:

this will have a performance impact on every function call in php. and
it won't stop fix out-of-memory crashes completely.

i really don't think this is what we should do...

Well, allocating it all in stack memory seems intractable - you can easily craft a script that will crash and die. Implementing register reuse may be a better solution though.


Moved to internals, since this is an interesting topic.

George

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to