This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fe01c
)
Mention the clang thread safety analysis.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 15 Dec 2015 00:01:35 +0000
(19:01 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 15 Dec 2015 00:02:55 +0000
(19:02 -0500)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
82cdff2
..
dedeca9
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-369,7
+369,11
@@
well.
=item *
-XXX
+Perl core code and the threads extension have been annotated so that
+if Perl is configured to use threads, during compile-time clang (3.6
+or later) will warn about suspicious uses of mutexes.
+See L<http://clang.llvm.org/docs/ThreadSafetyAnalysis.html> for more
+information.
=back