diff options
author | José Valim <[email protected]> | 2015-05-14 18:51:11 +0200 |
---|---|---|
committer | José Valim <[email protected]> | 2015-05-14 18:56:31 +0200 |
commit | 7168dabcc8127726ab32518e190bee8e7cd9795c (patch) | |
tree | 8f79d09ba43078903824ae80d98ce1dbb205c416 /xcomp/erl-xcomp-sfk-linux-ose5.conf | |
parent | 9a81b28598fadc44bf506354c9227e41aac786f6 (diff) | |
download | otp-7168dabcc8127726ab32518e190bee8e7cd9795c.tar.gz otp-7168dabcc8127726ab32518e190bee8e7cd9795c.tar.bz2 otp-7168dabcc8127726ab32518e190bee8e7cd9795c.zip |
Speed up linting by not traversing filenames in erl_anno
Compilation on Erlang 18.0-rc2 is about 10% slower than in Erlang 17.
After some debugging, we have noticed that linting is on average 30%
to 50% slower being the main responsible for the performance reduction.
Later profiling revealed is_filename/1 to be the biggest culprit. The change
in this commit brings compilation times to about the same times as Erlang 17.
Note this commit doesn't change the compiler behaviour compared to Erlang
17 because we didn't sanity check the value given to the file annotation in the
past. I would say checking the filename is not worth it if it means compilation
becomes 10% slower on average. After all, there are many places in the
compiler where it will fail if we give it a malformed tree, I wouldn't then special
case file annotation.
Diffstat (limited to 'xcomp/erl-xcomp-sfk-linux-ose5.conf')
0 files changed, 0 insertions, 0 deletions