Where can I get information about Just Intime Compiler
-
-
I expect that you may already have done so, but just in case. If you search on MSDN there are lots of very detailed articles about the .NET JIT Compiler. May give you a few pointers. :-D
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” Why do programmers often confuse Halloween and Christmas? - Because 31 Oct = 25 Dec. Business Myths of the Geek #4 'What you think matters.'
-
I am trying to do things by hand- But there must be some guideline how it can be done- Like managing machine code by hand seems very tedious job- Thanks
Maruf Maniruzzaman @ Dhaka, Bangladesh.
-
I am trying to do things by hand- But there must be some guideline how it can be done- Like managing machine code by hand seems very tedious job- Thanks
Maruf Maniruzzaman @ Dhaka, Bangladesh.
-
Thanks, thats right- and also the HotSpot VM is also open- I was actually looking for specs/ books. Since I am not doing this as a project with hard deadline I may go with current approach of trial and error and may be I can write docs as I do those and it'll be a nice document for future use- Its fun and I have managed to generate code for method calls and branching- But optimization will take a lot of time I guess- I am generating a lot of code that could be optimized-
Maruf Maniruzzaman @ Dhaka, Bangladesh.