Skip to content

Commit

Permalink
Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
Browse files Browse the repository at this point in the history
	* driver.c: remove loop from the default optimizations: it seems to
	interact badly with some of the other options (see bug #60613).

svn path=/trunk/mono/; revision=30383
  • Loading branch information
illupus committed Jun 25, 2004
1 parent a8dea00 commit 9bd2937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions mono/mini/ChangeLog
@@ -1,3 +1,9 @@

Fri Jun 25 17:36:28 CEST 2004 Paolo Molaro <lupus@ximian.com>

* driver.c: remove loop from the default optimizations: it seems to
interact badly with some of the other options (see bug #60613).

2004-06-25 Zoltan Varga <vargaz@freemail.hu>

* mini.c mini-x86.h mini-x86.c: Applied patch from Guenter Feldmann
Expand Down
1 change: 0 additions & 1 deletion mono/mini/driver.c
Expand Up @@ -87,7 +87,6 @@ opt_names [] = {
MONO_OPT_BRANCH | \
MONO_OPT_LINEARS | \
MONO_OPT_INTRINS | \
MONO_OPT_LOOP | \
MONO_OPT_AOT)


Expand Down

0 comments on commit 9bd2937

Please sign in to comment.