RESOLVED FIXED 24650
JIT implementation specific symbols needn't be exported
https://bugs.webkit.org/show_bug.cgi?id=24650
Summary JIT implementation specific symbols needn't be exported
Mike Hommey
Reported 2009-03-17 12:55:58 PDT
Two symbols, namely ctiTrampoline and ctiVMThrowTrampoline are JIT implementation specific symbols that don't need to be exported for JIT to work properly. Modifying the symbols filter as in the patch I'm going to attach seems to work properly (tested the result binary with sunspider)
Attachments
patch (209 bytes, patch)
2009-03-17 12:57 PDT, Mike Hommey
mrowe: review+
Mike Hommey
Comment 1 2009-03-17 12:57:15 PDT
Created attachment 28696 [details] patch The filter is added with a wildcard for future-proofing.
Mark Rowe (bdash)
Comment 2 2009-03-17 13:22:55 PDT
Comment on attachment 28696 [details] patch This needs a changelog entry.
Mike Hommey
Comment 3 2009-03-17 13:31:49 PDT
Forget it, this already went in with revision 41763. I just figured when I updated my upstream branch before generating a Changelog entry...
Note You need to log in before you can comment on or make changes to this bug.