]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 6 May 2012 18:32:28 +0000 (18:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 6 May 2012 18:32:28 +0000 (18:32 +0000)
MagickCore/thread-private.h

index ab2578c1f97ee42b5f5988918cfec553ef8eea6e..07d6991cdaa0071e1d2d83b011c05dc021bb5896 100644 (file)
@@ -24,6 +24,9 @@ extern "C" {
 
 #include <MagickCore/thread_.h>
 
+/*
+  Can loop benefit from multi-threads?
+*/
 #define IsConcurrentUno(colors,threshold) \
   if ((colors) > threshold) \
     num_threads(GetMagickResourceLimit(ThreadResource))