dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]questions about the code


From: imateos
Subject: [DotGNU]questions about the code
Date: Tue, 04 Mar 2003 18:55:12 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Hi all,

I've got some questions about the code:

1) The macros for generating x86 code are in the file "x86_codegen.h", but when are they called??. Once the IL code has been translated to CVM, the function "_ILCVMInterpreter" is called, but what goes on?? The only actions that are made in the diferent cvm*.c files are referent to modify the stack an the PC, but no x86 code is generated.

2) When the image is loaded into memory by the function "ILExecProcessLoadImage", after the loading it seems that we've got the metadata information duplicated? I tell this because we can find it in tokenData[] and image->data . it would be possible to delete some information from the image structure to optimize space??

Thanks in advance.

Ignasi Mateos




reply via email to

[Prev in Thread] Current Thread [Next in Thread]