mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers
Apache License 2.0
433 stars 32 forks source link

line ending normalization messes up source position matching #20

Open mraleph opened 10 years ago

mraleph commented 10 years ago

Right now we simply remove \r, but instead we can replace it with ' ' to ensure that source positions still match.