Bug 4645 - collector.cpp win portability fixes
Summary: collector.cpp win portability fixes
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 23:40 PDT by Krzysztof Kowalczyk
Modified: 2005-09-04 01:42 PDT (History)
0 users

See Also:


Attachments
collector.cpp (4.89 KB, patch)
2005-08-24 23:40 PDT, Krzysztof Kowalczyk
darin: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Kowalczyk 2005-08-24 23:40:33 PDT
win implementation of threading and fixes for GC
Comment 1 Krzysztof Kowalczyk 2005-08-24 23:40:49 PDT
Created attachment 3572 [details]
collector.cpp
Comment 2 Darin Adler 2005-09-03 17:37:36 PDT
Comment on attachment 3572 [details]
collector.cpp

I'm not going to enable multiple threads on Windows unless we know a reason
that feature is needed. That's a special requirement of JavaScriptCore on Mac
OS X that I don't expect on other platforms.

Although I could be convinced otherwise.
Comment 3 Darin Adler 2005-09-03 18:16:15 PDT
These problems should all be fixed, but I haven't tried compiling on Windows. Krzysztof, please let me 
know if any of the changes don't work.