JIT_Stelem_Ref calls setobjectreferenceunchecked(..) which we can be used
to dirty the base instead.


On Thu, 25 Dec 2003, Archana wrote:

> Hi,
>  The following code segment is from the file
> sscli/tests/../keepaliveother/keepaliveoutofmemory.cs
> for(i=0;i<1000;i++) {
>  ..
>  arr[i]=new Dummy(); // <--
> }
>
> Will this line pass through the write barrier code. ie. Does Rotor dirty
> the card corresponding to address arr?. if one needs to add such a
> barrier, should the following code be considered?
> #define emit_LDELEM_REF()
> {...}
> if not, please guide me to the right location where i should the
> barrier code.
>
> Thanks
> archana
>
> ===================================
> This list is hosted by DevelopMentorŪ  http://www.develop.com
> NEW! ASP.NET courses you may be interested in:
>
> 2 Days of ASP.NET, 29 Sept 2003, in Redmond
> http://www.develop.com/courses/2daspdotnet
>
> Guerrilla ASP.NET, 13 Oct 2003, in Boston
> http://www.develop.com/courses/gaspdotnet
>
> View archives and manage your subscription(s) at http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to