I think stind_ref is the same as stind_i, except that stind_ref should
technically do some checks, which are not necessary in a controlled
environment....



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:sharpos-
> [EMAIL PROTECTED] On Behalf Of William Lahti
> Sent: dinsdag 13 november 2007 18:22
> To: sharpos-developers@lists.sourceforge.net
> Subject: Re: [SharpOS Developers] can't AOT trunk kernel after
> compiling with Mono - "stind.ref" instruction not supported
> 
> On Nov 13, 2007 4:27 AM, Darx Kies <[EMAIL PROTECTED]> wrote:
> > stind.ref is a difficult one. It needs type information at runtime
> which
> > is not available.
> >
> > Unfortunately at times the output from mono is quite different from
> the
> > .NET output.
> >
> > For now I would recommend avoiding the use of stind.ref.
> 
> How can we do this? The affected instruction was like
> 
> ThreadScheduled[i] = newThread;
> 
> When I changed it to *(ThreadScheduled+i) = newThread;, it still
> crashed. Same with void **loc = ThreadScheduled+i; *loc = newThread;
> 
> --
> fury
> 
> long name: William Lahti
> handle :: fury
> freenode :: xfury
> blog :: http://xfurious.blogspot.com/
> 
> -----------------------------------------------------------------------
> --
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> SharpOS-Developers mailing list
> SharpOS-Developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sharpos-developers


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to