Re: [webkit-dev] Regarding SquirrelFish Extreme JIT portability...

2008-09-22 Thread Ariya Hidayat
> BTW, are both code paths available and selectable at run-time? (for > instance, when PAX is enabled, one would want to automatically have the > non-JIT code path) No, it's a build-time option (via a compiler define). -- Ariya Hidayat ([EMAIL PROTECTED]) Software Engineer, Trolltech (a Nokia

Re: [webkit-dev] Regarding SquirrelFish Extreme JIT portability...

2008-09-21 Thread Mike Hommey
On Sun, Sep 21, 2008 at 03:10:41PM -0700, Maciej Stachowiak wrote: > > On Sep 21, 2008, at 12:50 PM, Paul Pedriana wrote: > > > In reading Maciej Stachowiak's page at > > http://webkit.org/blog/214/introducing-squirrelfish-extreme/, it talks > > about native code generation and platform support.

Re: [webkit-dev] Regarding SquirrelFish Extreme JIT portability...

2008-09-21 Thread Maciej Stachowiak
On Sep 21, 2008, at 12:50 PM, Paul Pedriana wrote: > In reading Maciej Stachowiak's page at > http://webkit.org/blog/214/introducing-squirrelfish-extreme/, it talks > about native code generation and platform support. I would like to > point > out that some platforms do not allow runtime native

[webkit-dev] Regarding SquirrelFish Extreme JIT portability...

2008-09-21 Thread Paul Pedriana
In reading Maciej Stachowiak's page at http://webkit.org/blog/214/introducing-squirrelfish-extreme/, it talks about native code generation and platform support. I would like to point out that some platforms do not allow runtime native code generation, either due to hardware restrictions or due