thlorenz / deoptigate

⏱️ Investigates v8/Node.js function deoptimizations.
https://nodesource.github.io/deoptigate-examples/xml2js/01_start/?selectedFileIdx=31&selectedLocation=157&includeAllSeverities=false&highlightCode=true&selectedTabIdx=1&selectedSummaryTabIdx=1
MIT License
1.16k stars 22 forks source link

Fix parsing of DOS file system paths #13

Closed rbuckton closed 4 years ago

rbuckton commented 5 years ago

Fixes handling of DOS-file system paths like C:\path\to\file. Also fixes path handling for inlined functions whose paths are represented as <path/to/file:1:1> inlined as <path/to/file:2:1>.

Depends on https://github.com/thlorenz/v8-tools-core/pull/1.