Bug 193774 - [JSC] SharedArrayBufferConstructor and ArrayBufferConstructor should not have their own IsoSubspace
Summary: [JSC] SharedArrayBufferConstructor and ArrayBufferConstructor should not have...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks: 193606
  Show dependency treegraph
 
Reported: 2019-01-24 11:29 PST by Yusuke Suzuki
Modified: 2019-01-24 16:52 PST (History)
6 users (show)

See Also:


Attachments
Patch (16.28 KB, patch)
2019-01-24 16:24 PST, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-01-24 11:29:01 PST
Too costly. Use InternalFunction's one instead. We need to make sizeof(SharedArrayBufferConstructor) == sizeof(InternalFunction).
Comment 1 Yusuke Suzuki 2019-01-24 16:24:25 PST
Created attachment 360046 [details]
Patch
Comment 2 Mark Lam 2019-01-24 16:45:30 PST
Comment on attachment 360046 [details]
Patch

r=me
Comment 3 Yusuke Suzuki 2019-01-24 16:50:09 PST
Committed r240456: <https://trac.webkit.org/changeset/240456>
Comment 4 Radar WebKit Bug Importer 2019-01-24 16:52:33 PST
<rdar://problem/47534303>