This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In embed.pl, simplify the code that parses regen/opcodes.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 11:29:26 +0000 (13:29 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 09:34:36 +0000 (11:34 +0200)
commit5810a9df535b520e92fdee246a94d22d00cd0aad
tree4b9268182995b2c80f37e6e6fca188cf5a783160
parenta3a88924926dbbb2266637650a9d6c86eb3d54a9
In embed.pl, simplify the code that parses regen/opcodes.

As @embed is sorted later, the order that we add entries to it doesn't matter.
Hence add them immediately, avoiding the need to iterate over the "seen" hash.
regen/embed.pl