> -----Original Message-----
> From: Leopold Toetsch [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 19, 2004 1:00 AM
> To: Adam Thomason
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PATCH] Re: [perl #25239] Platform-specific 
> files not granular enough
> 
> BTW what is aix.s doing? Could you add some comments please.

It's one of the fixups for JIT under AIX (not actually relevant to this
patch, whoops).  Two asm functions (ppc_sync and ppc_dcbf) are required
to guarantee cache goodness.  The extra stabs and other junk are from
-g.  I'll try to clean it up and document it for the forthcoming AIX
patch.  ATM it does nothing since these funcs aren't called in
functional scenarios, i.e. no harm in omitting it for now.

Adam

Reply via email to