2010/5/3 Ruslan Zakirov <ruz@bestpractical.com>: > While testing a simple benchmark script I noticed that threaded > version is 25% faster. I suspect that the code may be is not thread > safe, however don't know anything about perl threads. This is because threaded passes the my_perl struct on the stack, PL_op is just 4(%esi). Accessing stack locals is much faster than accessing a global. -- Reini Urban http://phpwiki.org/ http://murbreak.at/Thread Previous | Thread Next