On Wed, 02 May 2001 11:37:27 EDT, Dan Sugalski wrote:
>+++ perl.c Mon Apr 30 20:52:53 2001
[...]
>+# if defined(VMS)
>+ init_os_extras(aTHXo);
>+# else
> init_os_extras();
>+# endif
[...]
>+++ vms/vms.c Tue May 1 18:00:40 2001
[...]
> void
>-init_os_extras()
>+init_os_extras(pTHX)
> {
> char* file = __FILE__;
>- dTHX;
I think it is better the way it was in those places. Avoiding dTHX
only makes any kind of sense for things that are hyper-performance
critical. IMO, keeping a uniform signature for init_os_extras()
is a loftier goal here.
Sarathy
[EMAIL PROTECTED]
- [PATCH 5.6.1] Multiplicity and thread fixes for VMS Dan Sugalski
- Re: [PATCH 5.6.1] Multiplicity and thread fixes for... Jarkko Hietaniemi
- Re: [PATCH 5.6.1] Multiplicity and thread fixes for... Dan Sugalski
- Re: [PATCH 5.6.1] Multiplicity and thread fixes... Jarkko Hietaniemi
- Re: [PATCH 5.6.1] Multiplicity and thread fixes for... Gurusamy Sarathy
- Re: [PATCH 5.6.1] Multiplicity and thread fixes for... Dan Sugalski
- Re: [PATCH 5.6.1] Multiplicity and thread fixes for... Gurusamy Sarathy
- Re: [PATCH 5.6.1] Multiplicity and thread fixes for... Dan Sugalski
- Re: [PATCH 5.6.1] Multiplicity and thread fixes... Jarkko Hietaniemi
