[Webkit-unassigned] [Bug 251261] Large allocations in a tight loop perform poorly when using the JavaScriptCore C and Objective-C APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 12:11:50 PST 2023


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

--- Comment #4 from Kasper Isager Dalsgarð <kasperisager at hey.com> ---
Tried matching the jsc entitlements with the exception of com.apple.private.verified-jit, but no dice I'm afraid:

```
$ codesign --display --entitlements - a.out
Executable=<cwd>/a.out
[Dict]
        [Key] com.apple.security.cs.allow-jit
        [Value]
                [Bool] true
        [Key] com.apple.security.cs.jit-write-allowlist
        [Value]
                [Bool] true
        [Key] com.apple.security.cs.single-jit
        [Value]
                [Bool] true
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230130/5658b311/attachment.htm>


More information about the webkit-unassigned mailing list