Nicholas Clark's tweaks to Encode compile process
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 10 Feb 2002 10:48:15 +0000 (10:48 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 10 Feb 2002 10:48:15 +0000 (10:48 +0000)
commitde745a2ec314da23cb486732c6f7078af1fa26c6
tree8534381f35c04ba91a97b3e2a5b2066978d64196
parent44d31833dff4d5aeca01b750b4b3e745075a147b
Nicholas Clark's tweaks to Encode compile process
 1. Use decimal constants to unit string arrays rather than
    very long string litterals (latter having possible "\0"
    on end issues, and needing ANSI C line splicing).
 2. Replace tail-recursion during insert process with itteration.
Nick C sees 12% speedup from these.

p4raw-id: //depot/perlio@14618
ext/Encode/compile