Skip to content
Snippets Groups Projects
Commit 71252264 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Use a Pos constructor instead of repeating {line, ch} literals

This helps performance on v8 (in microbenchmarks) and is less noisy.

Regular literals are still accepted, the constructor is only used to create
objects, doesn't attach any methods.
parent c98271e6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment