bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Please revert all the changes that you made for "may be uninitialised"


From: Christian Robert
Subject: Please revert all the changes that you made for "may be uninitialised"
Date: Tue, 30 Jun 2020 05:28:20 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

I ran a couple tests and it is obvious that your changes to satisfy the 
compiler, made the software something like 3 times slower.

[xtian@FC-Local:/home/xtian] $ apl

                    ______ _   __ __  __    ___     ____   __
                   / ____// | / // / / /   /   |   / __ \ / /
                  / / __ /  |/ // / / /   / /| |  / /_/ // /
                 / /_/ // /|  // /_/ /   / ___ | / ____// /___
                 \____//_/ |_/ \____/   /_/  |_|/_/    /_____/

                    Welcome to GNU APL version 1.8 / 1250M

                Copyright (C) 2008-2019  Dr. Jürgen Sauermann
                       Banner by FIGlet: www.figlet.org

                This program comes with ABSOLUTELY NO WARRANTY;
                          for details run: apl --gpl.

     This program is free software, and you are welcome to redistribute it
         according to the GNU Public License (GPL) version 3 or later.

WARNING: this workspace was )SAVEd with SVN version  1258
          but is now being )LOADed with a SVN version  1161 or greater
Expect problems, in particular when the )SI was not clear.
In case of problems, please try )COPY instead of )LOAD.
SAVED 2020-06-30 04:45:30 (GMT-4)
      time '+/[1]10 random 10000'
54795 54426 54695 55022 54726 55126 55018 55732 55331 55129
37.72737856
      )off

Goodbye.

that was at svn 1250M, 37.7 seconds was the elaps time.


[xtian@FC-Local:/home/xtian] $ apl

                    ______ _   __ __  __    ___     ____   __
                   / ____// | / // / / /   /   |   / __ \ / /
                  / / __ /  |/ // / / /   / /| |  / /_/ // /
                 / /_/ // /|  // /_/ /   / ___ | / ____// /___
                 \____//_/ |_/ \____/   /_/  |_|/_/    /_____/

                    Welcome to GNU APL version 1.8 / 1302M

                Copyright (C) 2008-2020  Dr. Jürgen Sauermann
                       Banner by FIGlet: www.figlet.org

                This program comes with ABSOLUTELY NO WARRANTY;
                          for details run: apl --gpl.

     This program is free software, and you are welcome to redistribute it
         according to the GNU Public License (GPL) version 3 or later.

SAVED 2020-06-30 04:45:30 (GMT-4)
      time '+/[1]10 random 10000'
54782 55019 54916 54460 55265 55394 55139 54538 55229 55258
114.846323

this is at svn 1302M

same program (a trivial 4 lines one)


the thing is, it run 3 to 4 times slower since you try to fix the 
-Wno-maybe-uninitialized thing


hope you revert all thoses changes since we all compile with 
-Wno-maybe-uninitialized


Xtian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]