[DOTNET-ROTOR] Managing Memory in SSCLI

2004-09-07 Thread Gajah Mada
be copied to the large object heap? Thanks. Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla ASP.NET 15 March 2004, in Boston, MA 17 May 2004 in Torrance, CA 7 June 2004, London, UK

[DOTNET-ROTOR] (Quick) Build

2004-09-08 Thread Gajah Mada
Hi, Anybody knows the command to quickly rebuild the CLI after a modification of files in 'sscli-root/clr/src/vm'? I modified one line in the 'sscli-root/clr/src/vm/gcsmp.cpp' file. Having to buildall from the sscli-root takes too much time. Thanks. Gajah Mada

[DOTNET-ROTOR] Triggering GC

2004-09-11 Thread Gajah Mada
. Is the exception thrown by the THROWSCOMPLUSEXCEPTION() line? If yes, why that line is right at the beginning of the function? Is it a macro? Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested

Re: [DOTNET-ROTOR] Method Entry/Exit Hooks

2004-09-16 Thread Gajah Mada
Is there a place in the VM source code to trap each method entry/exit? This is to prove whether or not the profiler is buggy. === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla.NET Sept 27-Oct 1,

Re: [DOTNET-ROTOR] Method Entry/Exit Hooks

2004-09-16 Thread Gajah Mada
One more thing, I did not do any fancy things. Just a simply HelloWorld program. Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla.NET Sept 27-Oct 1, in Torrance http

Re: [DOTNET-ROTOR] Method Entry/Exit Hooks

2004-09-17 Thread Gajah Mada
Yes, my logging code hooks tailcalls. However, there is no tailcall in a simple HelloWorld program. Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla.NET Sept 27-Oct 1, in Torrance

Re: [DOTNET-ROTOR] Method Entry/Exit Hooks

2004-09-19 Thread Gajah Mada
Hi, Does it mean that there is no way to capture that, even from the VM source? Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla.NET Sept 27-Oct 1, in Torrance http

[DOTNET-ROTOR] cordbg + checked option

2004-10-13 Thread Gajah Mada
compiled the program with the /debug option. Can anyone help me? Thank you. Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla.NET Sept 27-Oct 1, in Torrance http://www.develop.com

[DOTNET-ROTOR] Write Barrier

2004-11-01 Thread Gajah Mada
00B7F964 with the same address 00B7F964? #2 What does it mean when Rotor overwrite a barrier that contains a memory address 000C or 0004? Thank you very much. Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may

Re: [DOTNET-ROTOR] Write Barrier

2004-11-02 Thread Gajah Mada
? The logged application is a HelloWorld program. Help? Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com ASP.NET courses you may be interested in: Guerrilla.NET November 29 - December 03, 204, in London, UK December 06-10, 2004, in Los

[DOTNET-ROTOR] 1st GC ?= Full GC

2004-11-18 Thread Gajah Mada
is a file transfer application (one program downloads a 250-KB text file from another program). The first garbage collection for that particular program actually does mark some objects in gen1. Can anybody please help? Thank you. Gajah Mada === This list is hosted

[DOTNET-ROTOR] GC Copy - Handle Table

2004-12-19 Thread Gajah Mada
Hi, When tracing the handle table promotion during ephemeral collection (i.e. CNameSpace::GcScanHandles in gcsmp.cpp), there are a number of objects that are moved or promoted to the gen_1 but never got allocated. Are the the handle table allocations somehow hidden (i.e. allocated differently as

[DOTNET-ROTOR] Remoting Message - Help

2005-01-10 Thread Gajah Mada
Hi, SSCLI often produces below message when hosting a remoting server. Specifically, the message is generated when there are many (maybe, too many) clients connected to it. The strange thing is that there is no exception thrown at the client side. Can anybody help? Thank you. Gajah Mada

[DOTNET-ROTOR] _DEBUG

2005-01-16 Thread Gajah Mada
Hi, Are there any environment variables to turn on (i.e. define) the 'ifdef _DEBUG' part in SSCLI code? For example, in gcee.cpp: #ifdef _DEBUG ... #endif Thank you. Gajah Mada === This list is hosted by DevelopMentor® http://www.develop.com View archives