This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The current optimisation for sort {$b cmp $a} is bogus now that we
authorNicholas Clark <nick@ccl4.org>
Tue, 13 Jul 2004 11:19:31 +0000 (11:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 13 Jul 2004 11:19:31 +0000 (11:19 +0000)
commiteb209983b577c1511edd805e0a43c2e2113ddeaf
tree0b985ad6e3b1320fc2332727538cb50c315c06ba
parent50528de03a5483f294e79d7075d69c5e4582d413
The current optimisation for sort {$b cmp $a} is bogus now that we
guarantee a stable sort. Disable it, pending a correct optimisation.

p4raw-id: //depot/perl@23093
ext/B/t/f_sort.t
op.c
op.h
t/op/sort.t