[Mono-dev] [PATCH] move access check code from mini/mini.c to metadata/class.c

Rodrigo Kumpera kumpera at gmail.com
Mon Jul 2 19:03:43 EDT 2007


Hi guys

The attached patch moves can_access_field and can_access_method from mini.cto
class.c. The reason behind this change is to allow code sharing between
verifier and JIT as access checks are meat to be exactly the same between
the two. The current patch just move the code and makes no modification.
Following patches will implement the TODO items.

Cheers,
Rodrigo Kumpera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070702/82643182/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: access_check.patch
Type: application/octet-stream
Size: 8359 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070702/82643182/attachment.obj 


More information about the Mono-devel-list mailing list