Bug 73355

Summary: Allow WebCore to describe typed arrays to JSC
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch barraclough: review+

Oliver Hunt
Reported 2011-11-29 13:12:43 PST
Allow WebCore to describe typed arrays to JSC
Attachments
Patch (7.38 KB, patch)
2011-11-29 13:20 PST, Oliver Hunt
no flags
Patch (9.97 KB, patch)
2011-11-29 14:55 PST, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2011-11-29 13:20:41 PST
Sam Weinig
Comment 2 2011-11-29 13:26:55 PST
Comment on attachment 117031 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117031&action=review > Source/JavaScriptCore/runtime/JSGlobalData.h:374 > + TypedArrayDescriptor int8ArrayDescriptor; > + TypedArrayDescriptor int16ArrayDescriptor; > + TypedArrayDescriptor int32ArrayDescriptor; > + TypedArrayDescriptor uint8ArrayDescriptor; > + TypedArrayDescriptor uint16ArrayDescriptor; > + TypedArrayDescriptor uint32ArrayDescriptor; > + TypedArrayDescriptor float32ArrayDescriptor; > + TypedArrayDescriptor float64ArrayDescriptor; should these be m_?
Oliver Hunt
Comment 3 2011-11-29 14:55:05 PST
Oliver Hunt
Comment 4 2011-11-29 15:36:59 PST
Note You need to log in before you can comment on or make changes to this bug.