[Webkit-unassigned] [Bug 32853] New: Define ALWAYS_INLINE and WTF_PRIVATE_INLINE to __forceinline for RVCT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 23:33:25 PST 2009


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

           Summary: Define ALWAYS_INLINE and WTF_PRIVATE_INLINE to
                    __forceinline for RVCT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


In RVCT, __forceinline forces the compiler to compile a C or C++ function
inline.  The compiler attempts to inline the function, regardless of the
characteristics of the function.

I see no real performance gains in SunSpider after applying this patch, but I
think being explicit about the intention is good.

-- 
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