This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cb46d
)
Add PERL_NO_GET_CONTEXT to mro
author
Nicholas Clark
<nick@ccl4.org>
Sat, 19 Mar 2011 20:51:18 +0000
(20:51 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 19 Mar 2011 21:18:19 +0000
(21:18 +0000)
For threaded platforms, this reduces the object code size, and should slightly
reduce CPU usage.
ext/mro/mro.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/mro/mro.xs
b/ext/mro/mro.xs
index
76a91ae
..
da67e73
100644
(file)
--- a/
ext/mro/mro.xs
+++ b/
ext/mro/mro.xs
@@
-1,3
+1,5
@@
+#define PERL_NO_GET_CONTEXT
+
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"