aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f23b72d..c031b6f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,5 +4,5 @@
* All tests pass, including Fannkuch&Fasta, but constglobalstructs
* Relooping of Fannkuch is complete, fasta has one left
- * Emscriptened Fannkuch is 37X slower than gcc -O2 on C++ source
+ * Emscriptened Fannkuch is 19X slower than gcc -O0, 37X than gcc -O2