I downloaded the Multi-Edit XML file since I'm currently involved in a CMAC project. Whenever I compare .S files, the CPU pegs @ 100%.
Some experimenting seems to indicate that the problem lies in the first regular expression for line weights. If I delete it, performance is normal.
I'm going to spend some time with the regex when I get a few minutes, but I figured I'd pass this along. The expression is:
^[ \t\r\xFF]*([A-Za-z_$][A-Za-z0-9_$]*)+[ \t\r\xFF]+[A-Za-z_$][A-Za-z0-9_$]*\(
Some experimenting seems to indicate that the problem lies in the first regular expression for line weights. If I delete it, performance is normal.
I'm going to spend some time with the regex when I get a few minutes, but I figured I'd pass this along. The expression is:
^[ \t\r\xFF]*([A-Za-z_$][A-Za-z0-9_$]*)+[ \t\r\xFF]+[A-Za-z_$][A-Za-z0-9_$]*\(
Comment