This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: add comment
authorKarl Williamson <public@khwilliamson.com>
Fri, 1 Jul 2011 16:02:35 +0000 (10:02 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:49 +0000 (14:05 -0600)
lib/unicore/mktables

index 5cf674a..95eff41 100644 (file)
@@ -11193,7 +11193,12 @@ sub finish_Unicode() {
                 $default_table = $property->add_match_table($default_map);
             }
 
-            # This fills in any missing values with the default.
+            # This fills in any missing values with the default.  It's
+            # tempting to save some time and memory in running this program
+            # by skipping this step for binary tables where the default
+            # is easily calculated.  But it is needed for generating
+            # the test file, and other changes would also be required to do
+            # so.
             $property->add_map(0, $LAST_UNICODE_CODEPOINT,
                                $default_map, Replace => $NO);
         }