mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line ending normalization messes up source position matching

mraleph opened this issue · comments

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