[Webkit-unassigned] [Bug 67176] JavaScriptCore does not have tiered compilation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 23:32:18 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67176





--- Comment #40 from Gavin Barraclough <barraclough at apple.com>  2011-09-05 23:32:18 PST ---
(In reply to comment #39)
> Created an attachment (id=106384)
 --> (https://bugs.webkit.org/attachment.cgi?id=106384&action=review) [details]
> the patch - more fix review, sort of
> 
> This removes branchAdd32 from MacroAssembler86Common, but still calls the absolute one branchAdd32Absolute due to C++ overload hiding rules.  I'm happy to use some other strategy to get around the overload hiding ... this was just the one I thought was least evil.

Ah! - I see - you just need to add a using directive in the MacroAssemblerX86/MacroAssemblerX86_64 classes:
    using MacroAssemblerX86Common::branchAdd32;

You should see a bunch of them at these head of these classes already, around lines 45-55 of both files.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list