Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/yasm/patches/04_silence_genperf_chatter.patch

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/yasm/patches/03_macho_objfmt_private.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/patches/04_silence_genperf_chatter.patch
===================================================================
--- third_party/yasm/patches/04_silence_genperf_chatter.patch (revision 165590)
+++ third_party/yasm/patches/04_silence_genperf_chatter.patch (working copy)
@@ -1,53 +0,0 @@
-Index: tools/genperf/perfect.c
-===================================================================
---- tools/genperf/perfect.c (revision 124732)
-+++ tools/genperf/perfect.c (working copy)
-@@ -673,8 +673,6 @@
- sprintf(final->line[0], " unsigned long rsl = (a ^ scramble[tab[b]]);\n");
- }
-
-- printf("success, found a perfect hash\n");
--
- free((void *)tabq);
- free((void *)tabh);
- }
-@@ -903,8 +901,6 @@
- continue; /* two keys have same (a,b) pair */
- }
-
-- printf("found distinct (A,B) on attempt %ld\n", trysalt);
--
- /* Given distinct (A,B) for all keys, build a perfect hash */
- if (!perfect(*tabb, *tabh, tabq, *blen, *smax, scramble, nkeys, form))
- {
-@@ -934,8 +930,6 @@
- break;
- }
-
-- printf("built perfect hash table of size %ld\n", *blen);
--
- /* free working memory */
- free((void *)tabq);
- }
-@@ -1145,7 +1139,6 @@
-
- /* read in the list of keywords */
- getkeys(&keys, &nkeys, textroot, keyroot, form);
-- printf("Read in %ld keys\n",nkeys);
-
- /* find the hash */
- findhash(&tab, &alen, &blen, &salt, &final,
-@@ -1153,13 +1146,11 @@
-
- /* generate the phash.c file */
- make_c(tab, smax, blen, scramble, &final, form);
-- printf("Wrote phash.c\n");
-
- /* clean up memory sources */
- refree(textroot);
- refree(keyroot);
- free((void *)tab);
-- printf("Cleaned up\n");
- }
-
-
« no previous file with comments | « third_party/yasm/patches/03_macho_objfmt_private.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698