[Webkit-unassigned] [Bug 77150] New: [JSC] Asm-originated symbols should be marked as hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 15:06:50 PST 2012


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

           Summary: [JSC] Asm-originated symbols should be marked as
                    hidden
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
            Blocks: 72854


This is from Bug 72854.

Following symbols are currently not marked as hidden,
that means these will be visible if we switched off the exp list based symbol management.
We need to mark them hidden.

----
__ZThn16_N3JSC9CodeBlockD0Ev
__ZThn16_N3JSC9CodeBlockD1Ev
_ceilThunk
_expThunk
_floorThunk
_jsRoundThunk
_logThunk

_getHostCallReturnValue
_operationGetByIdBuildList
_operationGetByIdOptimize
_operationGetByIdProtoBuildList
_operationLinkCall
_operationLinkConstruct
_operationPutByIdDirectNonStrictOptimize
_operationPutByIdDirectStrictOptimize
_operationPutByIdNonStrictOptimize
_operationPutByIdStrictOptimize
----

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