]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Support constructor with an argument.
[bison.git] / ChangeLog
index d7921b14e0fc5ca53886767adf7028c837f2f49e..cba6f7c19da63c395c26e3429e53e9d2cba6642c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-10  Akim Demaille  <demaille@gostai.com>
+
+       Support constructor with an argument.
+       This improves the "list" bench by 2%.
+       
+       * data/lalr1.cc (variant::build): Add an overloaded version with
+       an argument.
+       * tests/c++.at (AT_CHECK_VARIANT): Check it.
+
 2008-11-10  Akim Demaille  <demaille@gostai.com>
 
        Test variants.