FuelLabs
sway
BlogDocsChangelog

Add a new memcpy propagation pass

#7443Merged
Comparing
vaivaswatha/memcpy_prop_new
(
dd2528f
) with
master
(
6b26e50
)
CodSpeed Performance Gauge
0%
Untouched
25

Benchmarks

Passed

compile
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
5.3 s5.3 s
traverse
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
107.5 ms107.1 ms
did_change_with_caching
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
3.7 ms3.7 ms
hover
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
1.5 ms1.5 ms
document_symbol
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
2.6 ms2.6 ms
prepare_rename
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
1.4 ms1.4 ms
inlay_hints
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
1.8 ms1.8 ms
goto_definition
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
1.4 ms1.4 ms
tokens_for_file
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
1.4 ms1.4 ms
highlight
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
5.1 ms5.1 ms
code_action
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
4.8 ms4.8 ms
rename
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
4.8 ms4.8 ms
find_all_references
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
4.7 ms4.7 ms
idents_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
468.6 µs468.5 µs
tokens_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
2.6 ms2.6 ms
parent_decl_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
2.6 ms2.6 ms
open_all_example_workspace_members
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
9.6 s9.6 s
completion
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
4.6 ms4.6 ms
token_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
1.4 ms1.4 ms
build_std_lib_docs
forc-plugins/forc-doc/benches/bench_main.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
305.8 ms306.6 ms
on_enter
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
125.4 µs125.7 µs
tokens_for_program
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks
CodSpeed Performance Gauge
0%
521.4 µs523.6 µs
semantic_tokens
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
-1%
2.7 ms2.7 ms
code_lens
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
-2%
4.7 µs4.9 µs
format
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks
CodSpeed Performance Gauge
-5%
365.9 ms386.8 ms

Commits

Click on a commit to change the comparison range
Base
master
6b26e50
-0.07%
clippy and fmt updates
96127a8
1 month ago
by vaivaswatha
+0.07%
bugfix: check equality of symbol types involved in memcpy
449e2ac
1 month ago
by vaivaswatha
+0.04%
skip sources that have an initializer
537bd79
1 month ago
by vaivaswatha
-0.11%
do not optimize memcpys that write partially to a symbol
df971f6
1 month ago
by vaivaswatha
+0.12%
Merge branch 'master' into vaivaswatha/memcpy_prop_new
201945d
1 month ago
by vaivaswatha
-0.06%
update tests
1cbfc91
1 month ago
by vaivaswatha
+0.31%
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
ebebb22
1 month ago
by vaivaswatha
-0.21%
fix clippy warning
b9c4df5
1 month ago
by vaivaswatha
-0.07%
update tests
2df3b07
1 month ago
by vaivaswatha
-0.27%
further update tests
c09ab61
1 month ago
by vaivaswatha
+0.11%
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
6e6444a
1 month ago
by vaivaswatha
+0.08%
update new test
abc5e95
30 days ago
by vaivaswatha
+0.04%
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
d0ca28b
28 days ago
by vaivaswatha
+0.36%
Merge branch 'vaivaswatha/memcpy_prop_new' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
d1553e6
27 days ago
by vaivaswatha
-0.45%
Merge branch 'master' into vaivaswatha/memcpy_prop_new
002320e
25 days ago
by vaivaswatha
+0.42%
Merge branch 'master' into vaivaswatha/memcpy_prop_new
e4333be
24 days ago
by vaivaswatha
-0.45%
Merge branch 'vaivaswatha/memcpy_prop_new' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
dd7a2bf
22 days ago
by vaivaswatha
+0.22%
check for cycles in memcpy propagation as suggested by AI
39cc598
22 days ago
by vaivaswatha
+23.53%
cargo fmt
816fd00
18 days ago
by vaivaswatha
-24%
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
e0c1f06
8 days ago
by vaivaswatha
+0.09%
update another test
22ed7f2
8 days ago
by vaivaswatha
+0.04%
more test updates
e8a583b
8 days ago
by vaivaswatha
-0.01%
update some comments as pointed out in the review
dd2528f
8 days ago
by vaivaswatha
© 2025 CodSpeed Technology
Home Terms Privacy Docs