Bug 33569

Summary: [BREWMP] Add dummy main thread functions
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 33564    
Attachments:
Description Flags
Add dummy main thread functions
none
Add dummy main thread functions none

Description Kwang Yul Seo 2010-01-12 19:34:21 PST
Add dummy initializeMainThreadPlatform and scheduleDispatchFunctionsOnMainThread.
Comment 1 Kwang Yul Seo 2010-01-12 19:38:34 PST
Created attachment 46421 [details]
Add dummy main thread functions
Comment 2 Kwang Yul Seo 2010-01-25 01:45:54 PST
Created attachment 47327 [details]
Add dummy main thread functions

BREW -> BREWMP in ChangeLog
Comment 3 Eric Seidel (no email) 2010-01-26 14:44:46 PST
Comment on attachment 47327 [details]
Add dummy main thread functions

Why does brew not need these?  Will BREW not be using mutli-threaded JS, or storage?
Comment 4 Eric Seidel (no email) 2010-01-26 14:45:08 PST
Comment on attachment 47327 [details]
Add dummy main thread functions

Removing cq+ pending further explanation of "why" this is correct.
Comment 5 Kwang Yul Seo 2010-01-27 09:43:27 PST
Currently, the BREW MP port is single-threaded and does not use features which require multi-threading. As BREW (not BREW MP) does not provide pre-emptive multi-threading, I made the port single-threaded to make it backward compatible with BREW.

With new IThread1 interface provided by BREW MP, now it is possible to implement pre-emptive multi-theading. I will add multi-threading support to BREW MP once this initial review process is finished.
Comment 6 WebKit Commit Bot 2010-02-02 14:34:22 PST
Comment on attachment 47327 [details]
Add dummy main thread functions

Clearing flags on attachment: 47327

Committed r54255: <http://trac.webkit.org/changeset/54255>
Comment 7 WebKit Commit Bot 2010-02-02 14:34:27 PST
All reviewed patches have been landed.  Closing bug.