Re: [PHP-DEV] TracingPHP

2008-08-25 Thread steve
Has anyone had success compiling PHP with LLVM? On Mon, Aug 25, 2008 at 10:51 AM, Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > steve schrieb: >> With all the news of TraceMonkey bringing an order of magnitude speed >> increase to JavaScript, it was only a matter of time before someone >> broug

Re: [PHP-DEV] TracingPHP

2008-08-25 Thread steve
I know llvm allows nicer licensing such that the runtime can be embeded -- is this what this extension does? On Mon, Aug 25, 2008 at 10:51 AM, Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > steve schrieb: >> With all the news of TraceMonkey bringing an order of magnitude speed >> increase to Java

Re: [PHP-DEV] TracingPHP

2008-08-25 Thread Sebastian Bergmann
steve schrieb: > With all the news of TraceMonkey bringing an order of magnitude speed > increase to JavaScript, it was only a matter of time before someone > brought up (again) the idea of doing JIT for PHP, so I'll take the > flack and let it be me. http://cvs.php.net/viewvc.cgi/pecl/llvm --

[PHP-DEV] TracingPHP

2008-08-25 Thread steve
With all the news of TraceMonkey bringing an order of magnitude speed increase to JavaScript, it was only a matter of time before someone brought up (again) the idea of doing JIT for PHP, so I'll take the flack and let it be me. The part that knocked me over was the "work began just about 60 days a

Re: [PHP-DEV] Platform (un)specific work

2008-08-25 Thread Jani Taskinen
Lukas Kahwe Smith wrote: On 25.08.2008, at 14:52, Jani Taskinen wrote: This was fun thread to read: Blind leading blind.. Fix after fix to fix something that isn't broken. :) Pierre: There are other OSes than win32 and they're priority #1, Winblows is the last. Please don't clutter the code

[PHP-DEV] Platform (un)specific work (was: Re: [PHP-CVS] cvs: php-src /ext/standard config.m4 crypt_freesec.c crypt_freesec.h)

2008-08-25 Thread Lukas Kahwe Smith
On 25.08.2008, at 14:52, Jani Taskinen wrote: This was fun thread to read: Blind leading blind.. Fix after fix to fix something that isn't broken. :) Pierre: There are other OSes than win32 and they're priority #1, Winblows is the last. Please don't clutter the code with this win32 mania o

Re: [PHP-DEV] Re: Annotations Request

2008-08-25 Thread Antony Dovgal
On 25.08.2008 16:24, Volodymyr Iatsyshyn wrote: So is there a chance to have these? Volodymyr, there is very little sense in such questions. If you really think feature XXX is that useful - care to demonstrate it's usefulness to others, "promote" it so that people start liking the idea of hav

[PHP-DEV] Re: Annotations Request

2008-08-25 Thread Volodymyr Iatsyshyn
Volodymyr Iatsyshyn wrote: Hi, Is there a chance to have annotations like in Java or like .NET attributes? Now, I use Java Annotations emulation, through Reflections and PHPDoc blocks. Example: /** Annotation One*/ class DemoAnnotation1 extends C01t_Annotation { public $value; } /** Ann

[PHP-DEV] PHP 6 Bug Summary Report

2008-08-25 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (65 total -- which includes 28 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===