Re: Compilers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/30/07, Richard Heyes <richardh@xxxxxxxxxxx> wrote:
>
> Wolf wrote:
> > Anyone use compilers (linux based or Windoze) and which do you use?
> >
> > Looking for something free (best) or low cost as we are doing some
> > investigation on what methods are best for some of the stuff we have,
> > and I'm thinking a compiled PHP app should run faster.
>
> There's the free eaccelerator. It doesn't spit out compiled php code,
> but it does have the same effect by caching the generated byte-code.


i wonder if OP is talking about compiling down to binary.  there are such
things
available for java
http://gcc.gnu.org/java/
albiet older jvms.
i dont know of anything like this available for php; but remember, in
general,
compiling an interpreted language will result in different behavior than
running
it through the interpreter.

-nathan

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux