Re: [SharpOS Developers] AoT & Jit compiler architecture

2008-04-13 Thread Adam Stevenson
Howdy Grover, I am taking a look now at your code. Could you outline though where some of the big changes in ideology are in the code base? Or what features we need to integrate. I have no problem with integrating trying to keep peoples own seperate goals integrated into the main. The worse th

Re: [SharpOS Developers] Documentation on exception handling

2008-04-13 Thread Adam Stevenson
An unedited draft is now loaded on the wiki at: http://www.sharpos.org/redmine/wiki/7/Exception_Handling On Sun, Apr 13, 2008 at 6:21 PM, grover <[EMAIL PROTECTED]> wrote: > > > Hello, > > I have the following general remarks: > > - First of all good work. A comparison to common implementations on

[SharpOS Developers] AoT & Jit compiler architecture

2008-04-13 Thread Michael Ruck
Hi Darx, Hi SharpOS community, I've checked in an early draft of the compiler I wrote for my managed OS into my sandbox. Like I said it is organized differently with several thoughts in mind. The SVN path is /sandbox/grover/mscoree and /sandbox/grover/ngen. It is not complete, but you should get

Re: [SharpOS Developers] Documentation on exception handling

2008-04-13 Thread grover
Hello, I have the following general remarks: - First of all good work. A comparison to common implementations on other platforms (languages) would be nice. I'd like to see a comparison to SEH used by Windows/ReactOS and standard C++ exception handling as done by GCC (if time allows this.) - The

[SharpOS Developers] Documentation on exception handling

2008-04-13 Thread Zachary Gorden
This is a draft of what I have so far. The part talking about the encoding done by AOT still feels a bit weak, but that might just be because I don't know much about compiler design and implementation. The last part about what the runtime does will need a few more references, which I'll add later