Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes for HEK_STATIC, fix t/test.pl TODO
cperl passes now
  • Loading branch information
Reini Urban committed Feb 10, 2016
1 parent 8f2ede3 commit a6fb660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Expand Up @@ -18,7 +18,8 @@
Fixed 5.22 padname length limitation of max 60. Also using less memory. (#361)
New -O2 option -fcow since 5.20 to cow most static strings with ~6%
memory savings (#361)
Support cperl5.22.2 with AvSTATIC and AvIsCOW. ~6% less memory
Support cperl5.22.2 with AvSTATIC and AvIsCOW. ~6% less memory. (#361)
Support cperl5.22.2 with HEK_STATIC. ~6% less memory. (#361)
cperl fixes for DynaLoader, XSLoader improvements (#363), -O3 destruction.
* B::C::Flags: renamed to B::C::Config

Expand Down
2 changes: 1 addition & 1 deletion t/test.pl
Expand Up @@ -927,7 +927,7 @@ sub ctest {
if $ENV{TEST_VERBOSE} and $ENV{TEST_VERBOSE} > 1;
system "$runperl ".Mblib." -MO=$b,-o$name.c $post $name.pl";
unless (-e "$name.c") {
ok (undef, "#B::$backend failed to compile $todo");
ok (undef, "$todo B::$backend failed to compile");
return 1;
}
diag("$runperl ".Mblib." blib/script/cc_harness -q -o $name $name.c")
Expand Down

0 comments on commit a6fb660

Please sign in to comment.