Title: [160935] branches/jsCStack/PerformanceTests/SunSpider
Revision
160935
Author
[email protected]
Date
2013-12-20 15:30:20 -0800 (Fri, 20 Dec 2013)

Log Message

Unreviewed change.  Restoring v8-crypto.js back to trunk.

Removing print()'s that are no longer needed.

* tests/v8-v6/v8-crypto.js:

Modified Paths

Diff

Modified: branches/jsCStack/PerformanceTests/SunSpider/ChangeLog (160934 => 160935)


--- branches/jsCStack/PerformanceTests/SunSpider/ChangeLog	2013-12-20 23:24:43 UTC (rev 160934)
+++ branches/jsCStack/PerformanceTests/SunSpider/ChangeLog	2013-12-20 23:30:20 UTC (rev 160935)
@@ -1,3 +1,11 @@
+2013-12-20  Michael Saboff  <[email protected]>
+
+        Unreviewed change.  Restoring v8-crypto.js back to trunk.
+
+        Removing print()'s that are no longer needed.
+
+        * tests/v8-v6/v8-crypto.js:
+
 2013-10-08  Geoffrey Garen  <[email protected]>
 
         Refined power management in SunSpider 1.0.2

Modified: branches/jsCStack/PerformanceTests/SunSpider/tests/v8-v6/v8-crypto.js (160934 => 160935)


--- branches/jsCStack/PerformanceTests/SunSpider/tests/v8-v6/v8-crypto.js	2013-12-20 23:24:43 UTC (rev 160934)
+++ branches/jsCStack/PerformanceTests/SunSpider/tests/v8-v6/v8-crypto.js	2013-12-20 23:30:20 UTC (rev 160935)
@@ -1274,8 +1274,6 @@
   return true;
 }
 
-print("Setting up BitInteger");
-
 // protected
 BigInteger.prototype.chunkSize = bnpChunkSize;
 BigInteger.prototype.toRadix = bnpToRadix;
@@ -1326,8 +1324,6 @@
 BigInteger.prototype.gcd = bnGCD;
 BigInteger.prototype.isProbablePrime = bnIsProbablePrime;
 
-print("   OK");
-
 // BigInteger interfaces not implemented in jsbn:
 
 // BigInteger(int signum, byte[] magnitude)
@@ -1586,8 +1582,6 @@
     alert("Invalid RSA private key");
 }
 
-print("Here??");
-
 // Generate a new random private key B bits long, using public expt E
 function RSAGenerate(B,E) {
   var rng = new SecureRandom();
@@ -1672,12 +1666,8 @@
 dmq1Value="3d06982efbbe47339e1f6d36b1216b8a741d410b0c662f54f7118b27b9a4ec9d914337eb39841d8666f3034408cf94f5b62f11c402fc994fe15a05493150d9fd";
 coeffValue="3a3e731acd8960b7ff9eb81a7ff93bd1cfa74cbd56987db58b4594fb09c09084db1734c8143f98b602b981aaa9243ca28deb69b5b280ee8dcee0fd2625e53250";
 
-print("setting up");
-
 setupEngine(am3, 28);
 
-print("it's set up");
-
 var TEXT = "The quick brown fox jumped over the extremely lazy frog! " +
     "Now is the time for all good men to come to the party.";
 var encrypted;
@@ -1699,10 +1689,7 @@
   }
 }
 
-print("Here");
-
 for (var i = 0; i < 8; ++i) {
-    print("i = " + i);
   encrypt();
   decrypt();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to