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_
Branch: refs/heads/master
Home: http://github.com/penberg/jato
Commit: 98b32ee8f4ef7d3b6ab299859151087286533462
http://github.com/penberg/jato/commit/98b32ee8f4ef7d3b6ab299859151087286533462
Author: Tomek Grabiec
Date: 2009-10-06 (Tue, 06 Oct 2009)
Changed paths:
M include/jit/express
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
Signed-off-by: Tomek Grabiec
---
include/vm/reflection.h |1 +
vm/jato.c |1 +
vm/reflection.c | 18 ++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/include/vm/reflection.h b/include/vm/reflection.h
index f9c709a..c1e3aa4 100644