Skip to content

Commit

Permalink
Disable partial sharing for now, it breaks some tests on mt.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jun 3, 2013
1 parent c72d1b7 commit 1479e24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mono/mini/aot-compiler.c
Expand Up @@ -8272,8 +8272,11 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options)

acfg->method_index = 1;

// FIXME:
/*
if (acfg->aot_opts.full_aot)
mono_set_partial_sharing_supported (TRUE);
*/

collect_methods (acfg);

Expand Down

0 comments on commit 1479e24

Please sign in to comment.