about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-01-23 11:12:24 +0300
committerklensy <klensy@users.noreply.github.com>2024-01-23 11:12:24 +0300
commitad6432c8ef9e27a37bdb440f8deba0e3e36a58f8 (patch)
tree65ed296bd825533aa8e5e67093e55c5e68ff5cf7 /compiler/rustc_pattern_analysis/src
parent6745c6000aa037c14bf4359c5cb56d4c657bfe3c (diff)
downloadrust-ad6432c8ef9e27a37bdb440f8deba0e3e36a58f8.tar.gz
rust-ad6432c8ef9e27a37bdb440f8deba0e3e36a58f8.zip
compiletest: reduce useless regex rebuilds
before:

==8812== Total:     2,374,977,159 bytes in 6,840,026 blocks
==8812== At t-gmax: 8,090,486 bytes in 3,389 blocks
==8812== At t-end:  3,185,454 bytes in 757 blocks
==8812== Reads:     1,873,472,286 bytes
==8812== Writes:    1,249,411,589 bytes

==11212== I   refs:      6,370,244,180

after:

==18725== Total:     429,769,246 bytes in 957,259 blocks
==18725== At t-gmax: 8,058,316 bytes in 3,502 blocks
==18725== At t-end:  3,045,261 bytes in 1,097 blocks
==18725== Reads:     431,872,599 bytes
==18725== Writes:    214,738,653 bytes

==20839== I   refs:      1,873,010,089
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions