Bug 120568 - DeferredRefCounted should have a thread-safe mode
Summary: DeferredRefCounted should have a thread-safe mode
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 120567
  Show dependency treegraph
 
Reported: 2013-08-31 17:45 PDT by Filip Pizlo
Modified: 2013-09-01 09:40 PDT (History)
12 users (show)

See Also:


Attachments
the patch (3.71 KB, patch)
2013-08-31 17:47 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (19.55 KB, patch)
2013-08-31 21:14 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-08-31 17:45:50 PDT
Needed for https://bugs.webkit.org/show_bug.cgi?id=120567.
Comment 1 Filip Pizlo 2013-08-31 17:47:21 PDT
Created attachment 210221 [details]
the patch
Comment 2 WebKit Commit Bot 2013-08-31 17:49:15 PDT
Attachment 210221 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/DeferrableRefCounted.h']" exit_code: 1
Source/WTF/wtf/DeferrableRefCounted.h:58:  Semicolon defining empty statement for this loop. Use { } instead.  [whitespace/semicolon] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Filip Pizlo 2013-08-31 17:49:43 PDT
(In reply to comment #2)
> Attachment 210221 [details] did not pass style-queue:
> 
> Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/DeferrableRefCounted.h']" exit_code: 1
> Source/WTF/wtf/DeferrableRefCounted.h:58:  Semicolon defining empty statement for this loop. Use { } instead.  [whitespace/semicolon] [5]

Fixed.

> Total errors found: 1 in 2 files
> 
> 
> If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Filip Pizlo 2013-08-31 21:05:15 PDT
Comment on attachment 210221 [details]
the patch

Clearing r+ because I found some performance issues.
Comment 5 Filip Pizlo 2013-08-31 21:14:44 PDT
Created attachment 210223 [details]
the patch
Comment 6 Filip Pizlo 2013-09-01 09:40:10 PDT
Comment on attachment 210223 [details]
the patch

Never mind.