On Mon, Mar 9, 2015 at 3:52 PM, Bob Weinand wrote:
> > Am 09.03.2015 um 11:24 schrieb Derick Rethans :
> >
> > On Fri, 27 Feb 2015, Xinchen Hui wrote:
> >
> >> Hey Internals:
> >>
> >> I was looking Bob's switch optimization..
> >>
> >> then I start to worry about where is the place opt
> Am 09.03.2015 um 11:24 schrieb Derick Rethans :
>
> On Fri, 27 Feb 2015, Xinchen Hui wrote:
>
>> Hey Internals:
>>
>> I was looking Bob's switch optimization..
>>
>> then I start to worry about where is the place optimization should
>> goes..
>>
>> in generally, PHP is a int
On Mar 9, 2015 1:24 PM, "Derick Rethans" wrote:
>
> On Fri, 27 Feb 2015, Xinchen Hui wrote:
>
> > Hey Internals:
> >
> > I was looking Bob's switch optimization..
> >
> > then I start to worry about where is the place optimization
should goes..
> >
> > in generally, PHP is a int
On Fri, 27 Feb 2015, Xinchen Hui wrote:
> Hey Internals:
>
> I was looking Bob's switch optimization..
>
> then I start to worry about where is the place optimization should
> goes..
>
> in generally, PHP is a interpreted language. IMO, it should
> compiler the PHP codes to
On Feb 27, 2015 5:23 PM, "Xinchen Hui" wrote:
>
> Hey Internals:
>
> I was looking Bob's switch optimization..
>
> then I start to worry about where is the place optimization should
goes..
>
> in generally, PHP is a interpreted language. IMO, it should
> compiler the PHP codes t
Hey Internals:
I was looking Bob's switch optimization..
then I start to worry about where is the place optimization should goes..
in generally, PHP is a interpreted language. IMO, it should
compiler the PHP codes to opcode without any optimization(of course,
we did some, but