bug-guile
[Top][All Lists]
Advanced

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

bug#38486: try all options


From: Matt Wette
Subject: bug#38486: try all options
Date: Sat, 21 Mar 2020 13:57:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

The behavior is that guild compile 38486-1.scm hangs

These optimization flags eliminate that behavior: the code compiles quickly:
 -O0
 -O1
 -Ono-simplify
 -Ono-contify
 -Ono-cse
 -Ono-specialize-numbers

These optimization flags are ineffective: the behavior remains:
 -Ono-partial-eval
 -Ono-eliminate-dead-code
 -Ono-prune-top-level-scopes
 -Ono-inline-constructors
 -Ono-specialize-primcalls
 -Ono-elide-values
 -Ono-prune-bailouts
 -Ono-peel-loops
 -Ono-type-fold
 -Ono-resolve-self-references
 -Ono-licm
 -Ono-rotate-loops
 -Ono-precolor-calls







reply via email to

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