1.1.{2, 3} release [Was: Re: Bug#519883: please upgrade to allow users to use spacebar]

Alp Toker alp at atoker.com
Mon Mar 16 23:30:28 UTC 2009


2009/3/16 Mike Hommey <mh at glandium.org>:
> On Mon, Mar 16, 2009 at 09:40:49PM +0100, Mike Hommey wrote:
>> > Please also take a look at bug #519924 about missing symbols in the
>> > symbols file:
>> > - ctiTrampoline at Base 1.1.1
>> > - ctiVMThrowTrampoline at Base 1.1.1
>> >
>> > If these symbols are not in the API it would be safer not to export them,
>> > especially considering they are apparently appearing depending on the arch.
>> >
>> > If you need help with symbols handling, drop me a line ;)
>>
>> I took a quick look at the issue, and it appears these symbols are
>> related to the JIT javascript engine. They shouldn't actually be
>> exported, IMHO, as they are implementation detail and not API.
>> I think the attached patch may work, though I haven't tested.
>
> It appears it doesn't work.
>

Hi Mike,

Although these symbols aren't used within the statically compiled
JavaScriptCore/WebKit, they're invoked by the JIT generated machine
code so we do need to export them.

-- 
http://www.nuanti.com
the browser experts



More information about the Pkg-webkit-maintainers mailing list