On Tue, 2009-10-06 at 11:45 +0200, Tomek Grabiec wrote:
> struct vm_type_info is introduced to fully describe a java type of a
> call argument, return type, field type, etc. Method's and field's type
> strings are parsed on initialization and type information is put to
> appropriate struct vm_type_infos. Type information for method
> arguments is encapsulated in struct vm_method_arg and linked in a list
> pointed by struct vm_method.args.
> 
> This change removes plenty of calls to type string parsing which
> should not be done at run-time but rather on method or field
> initialization.
> 
> Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>

Nice cleanup! Applied, thanks!


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to