2006-04-05 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Wed, 5 Apr 2006 13:29:57 +0000 (13:29 -0000)
committerZoltan Varga <vargaz@gmail.com>
Wed, 5 Apr 2006 13:29:57 +0000 (13:29 -0000)
commita062b267e3cea9633dcac5e8b3b2f0b54fa1999f
tree8b491bc3cc226cb21274dfac667ec8c39ce5b6cb
parentf4048201dab8e3c88e37a23e75782e9da518d44b
2006-04-05  Zoltan Varga  <vargaz@gmail.com>

* assembly.c (mono_assembly_close): Ditto.

* image.c (mono_image_close): Log trace messages with INFO level.

* metadata-internals.h (MonoImage): Add a new 'method_signature' cache.

* image.c reflection.c: Correct reference counting of image modules.

* metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
of this function from the image mempool.

(mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
to allow more cached types to be used.

svn path=/trunk/mono/; revision=59059
mono/metadata/ChangeLog
mono/metadata/assembly.c
mono/metadata/image.c
mono/metadata/metadata.c
mono/metadata/reflection.c