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
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
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
--
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
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
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
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
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 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
===