Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Fri, 19 Mar 2010 16:29:40 +0000 (16:29 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Fri, 19 Mar 2010 16:29:40 +0000 (16:29 -0000)
commitd9b80517d4903190d73491ac77b4853b13fc0617
tree22c58e4064a76d526176a2bc4d4621080255c00c
parent45c0bb61e375e03d519364c59957c8ddd7790bbd
Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus@ximian.com>

* class.c: setup_interface_offsets() refactor to not call
mono_class_get_implemented_interfaces () more times than needed and
to reduce the runtime memory requirements to be O(num_interfaces)
instead of O(max_interface_id).

svn path=/trunk/mono/; revision=153908
mono/metadata/ChangeLog
mono/metadata/class.c