[Webkit-unassigned] [Bug 103454] Typed Arrays should be part of JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 06:51:17 PST 2012


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





--- Comment #4 from Dominic Szablewski <dominic.szablewski at gmail.com>  2012-12-10 06:53:42 PST ---
Thanks for clarifying, Oliver! I had a hard time understanding how all the sources for typed arrays fit together.


This is probably not the place to announce this, but I guess someone may find it useful: I've now made a version of JSC that directly includes Typed Arrays. It can be found here:

https://github.com/phoboslab/JavaScriptCore-iOS/tree/typed-arrays

This uses the compiled .idl files of the WebCore project as a basis; which is probably pretty stupid to begin with, but it seems to work just fine.

I've also added some API methods to work with Typed Arrays directly in native code:

https://github.com/phoboslab/JavaScriptCore-iOS/blob/typed-arrays/JavaScriptCore/API/JSTypedArray.h

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