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:
0298d7b
)
Attempt 2 at a diet memory layout can go live.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 31 May 2005 12:03:30 +0000
(12:03 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 31 May 2005 12:03:30 +0000
(12:03 +0000)
p4raw-id: //depot/perl@24649
av.h
patch
|
blob
|
blame
|
history
hv.h
patch
|
blob
|
blame
|
history
diff --git
a/av.h
b/av.h
index
9ed171d
..
83a93cf
100644
(file)
--- a/
av.h
+++ b/
av.h
@@
-21,7
+21,7
@@
struct xpvav {
HV* xmg_stash; /* class package */
};
-#if
!defined(PERL_EXPERIMENTAL_LAYOUT)
+#if
0
typedef struct xpvav xpvav_allocated;
#else
typedef struct {
diff --git
a/hv.h
b/hv.h
index
3898e12
..
2088c53
100644
(file)
--- a/
hv.h
+++ b/
hv.h
@@
-57,7
+57,7
@@
struct xpvhv {
#define xhv_keys xiv_u.xivu_iv
-#if
!defined(PERL_EXPERIMENTAL_LAYOUT)
+#if
0
typedef struct xpvhv xpvhv_allocated;
#else
typedef struct {