I'm writing a doc here regarding my understanding on the project so
far.
I'll send it to you after i finish for a review, so we can have some
new content to the website. :)
On 01/07/2009 21:30, Chad Z. Hower wrote:
Guilherme Melo wrote:
> But we should have a formal documentation of the project before
this,
> and write down design decisions so we avoid new members (like me)
asking
> about all stuff again.
And some docs, curriculum, and many other ideas... lets get the
debugger
and website.. then go on this. :)
Hello everyone. Please allow me to introduce myself to the group. I've subscribed today as a new member on the Cosmos list and expect to be of some help for...
Hello, Guilherme! My name is Xenni, and let me be the first to welcome you. I am sure you will be accepted. (I got in with much less official credentials.) And...
Reason chad's asking, is probably that we currently have two major points which need work: + Debugger (new features, mainly, integration with VS, etc) +...
Was just thinking the best use of Cosmos once we get a GC and a Dispatcher happening is as an OS University teaching aid. It is so much simpler than Minix or...
I agree on this, as well. But we should have a formal documentation of the project before this, and write down design decisions so we avoid new members (like...
Stephen, That's what I plan to do. I'll be taking care of the website first to organize the information for visitors. Also, for the documentation, I would...
I'm writing a doc here regarding my understanding on the project so far. I'll send it to you after i finish for a review, so we can have some new content to...
Nice idea! As soon as I complete my work for university about ILDJIT (and my exams), I hope I can push my tutor (I have told him about Cosmos and he is also...
Hi All , Note after testing and checking in the MM I will probably go back to the compiler for a while but want to record some info for the GC , mainly for ...
Ben, i read your mail and find it a bit confusing, but it's ok. i have some comments to add: We'll have 2 types of GC if I understood correctly: 1 kernel-level...
... We have not committed to a GC type yet. We plan to try several types and see which works best. It likely also will be pluggable and we could in fact have...
... We have not committed to a GC type yet. We plan to try several types and see which works best. It likely also will be pluggable and we could in fact have...
This is how it works for .net. Each Process (I think even each AppDomain) has it's own GC and one can choose (in the .config) which one.... I think it will...
Now that you mentioned that, it makes more sense to me. Each GC can have potentially less objects to manage, even if there are lots of gc. This allows for even...
MemoryManager manages pages. The GCs request pages from it. Regards, Ben From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of...
Windows and .NET ( and Momo) use 1 GC per process. In actual fact multiple small GCs will be faster. Note it's the same GC code that is shared just different...
From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Guilherme Melo Sent: 08 Julie 2009 11:16 AM To: Cosmos-Dev@yahoogroups.com ...