2010-08-04 Zoltan Varga <[email protected]> * aot-compiler.c (emit_extra_methods): Increase a buf size.
@@ -5116,7 +5116,7 @@ emit_extra_methods (MonoAotCompile *acfg)
if (!cfg)
continue;
- buf_size = 1024;
+ buf_size = 10240;
p = buf = g_malloc (buf_size);
nmethods ++;