Avatar for the FuelLabs user
FuelLabs
sway
BlogDocsChangelog

IR: Taking function arg address and representing references as pointers

#6967
Comparing
vaivaswatha/ir2_pr3
(
b7188f7
) with
master
(
e1e51fd
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
24
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

code_lens
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::code_lens
CodSpeed Performance Gauge
+2%
5 µs
4.9 µs
format
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::format
CodSpeed Performance Gauge
+2%
472.7 ms
464.1 ms
traverse
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::traverse
CodSpeed Performance Gauge
+1%
112.4 ms
111.4 ms
semantic_tokens
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::semantic_tokens
CodSpeed Performance Gauge
0%
2.8 ms
2.8 ms
tokens_for_file
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_for_file
CodSpeed Performance Gauge
0%
1.5 ms
1.4 ms
did_change_with_caching
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::did_change_with_caching
CodSpeed Performance Gauge
0%
3.8 ms
3.8 ms
find_all_references
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::find_all_references
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
rename
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::rename
CodSpeed Performance Gauge
0%
4.9 ms
4.9 ms
highlight
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::highlight
CodSpeed Performance Gauge
0%
5.4 ms
5.3 ms
idents_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::idents_at_position
CodSpeed Performance Gauge
0%
469.1 µs
468.2 µs
inlay_hints
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::inlay_hints
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
document_symbol
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::document_symbol
CodSpeed Performance Gauge
0%
2.7 ms
2.7 ms
open_all_example_workspace_members
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::open_all_example_workspace_members
CodSpeed Performance Gauge
0%
8 s
8 s
code_action
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::code_action
CodSpeed Performance Gauge
0%
7.1 ms
7.1 ms
token_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::token_at_position
CodSpeed Performance Gauge
0%
1.5 ms
1.5 ms
prepare_rename
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::prepare_rename
CodSpeed Performance Gauge
0%
1.5 ms
1.5 ms
completion
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::completion
CodSpeed Performance Gauge
0%
4.8 ms
4.8 ms
goto_definition
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::goto_definition
CodSpeed Performance Gauge
0%
1.5 ms
1.5 ms
parent_decl_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::parent_decl_at_position
CodSpeed Performance Gauge
0%
2.8 ms
2.8 ms
tokens_at_position
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_at_position
CodSpeed Performance Gauge
0%
2.8 ms
2.8 ms
on_enter
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::on_enter
CodSpeed Performance Gauge
0%
125.4 µs
125.5 µs
hover
sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::hover
CodSpeed Performance Gauge
0%
3.7 ms
3.7 ms
tokens_for_program
sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_for_program
CodSpeed Performance Gauge
0%
525.5 µs
527 µs
compile
sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::compile
CodSpeed Performance Gauge
0%
5 s
5 s

Commits

Click on a commit to change the comparison range
Base
master
e1e51fd
0%
Merge branch 'master' into vaivaswatha/ir2_pr3
1afcac1
4 months ago
by vaivaswatha
0%
Merge branch 'vaivaswatha/ir2_pr3' of github.com:FuelLabs/sway into vaivaswatha/ir2_pr3
8744043
3 months ago
by vaivaswatha
0%
Merge branch 'master' into vaivaswatha/ir2_pr3
aa423f3
3 months ago
by vaivaswatha
0%
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/ir2_pr3
66ec3b0
2 months ago
by vaivaswatha
0%
fix author in test
b58fefa
2 months ago
by vaivaswatha
0%
fix types of store destination
666fa87
2 months ago
by vaivaswatha
0%
possibly incorrect fix to how we compile deref
8e48bb3
2 months ago
by vaivaswatha
0%
bugfix in compile_deref_up_to_ptr
d89a86b
2 months ago
by vaivaswatha
0%
remove redundant .gitignore
0be798d
2 months ago
by vaivaswatha
0%
remove print introduced for debug
81a7d66
2 months ago
by vaivaswatha
0%
Merge branch 'vaivaswatha/ir2_pr3' of github.com:FuelLabs/sway into vaivaswatha/ir2_pr3
b68a5a8
1 month ago
by vaivaswatha
0%
Fix configurable_tests. It had incorrect semantics
6fce2af
1 month ago
by vaivaswatha
0%
fix memcpy test
8849f97
1 month ago
by vaivaswatha
0%
type fix return values
2de7ab9
30 days ago
by vaivaswatha
0%
fix handling of slices
112d61a
23 days ago
by vaivaswatha
0%
fix compiling transmute intrinsic
6010a1f
23 days ago
by vaivaswatha
0%
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/ir2_pr3
effcfcf
22 days ago
by vaivaswatha
0%
remove Cargo.toml from test
b843bf9
21 days ago
by vaivaswatha
0%
update sdk-harness test
9acc674
21 days ago
by vaivaswatha
0%
fix another test, remove __addr_of over reference
9bc7a05
21 days ago
by vaivaswatha
+1%
cargo fmt
eeb850e
16 days ago
by vaivaswatha
0%
fix warning
f8623c7
16 days ago
by vaivaswatha
-1%
Merge branch 'master' into vaivaswatha/ir2_pr3
d913d51
15 days ago
by vaivaswatha
+1%
fix configurable_consts test
37fc262
15 days ago
by vaivaswatha
0%
Merge branch 'master' into vaivaswatha/ir2_pr3
11346a5
15 days ago
by vaivaswatha
0%
Merge branch 'vaivaswatha/ir2_pr3' of github.com:FuelLabs/sway into vaivaswatha/ir2_pr3
44ebfb5
15 days ago
by vaivaswatha
0%
Merge branch 'master' into vaivaswatha/ir2_pr3
c0066fd
15 days ago
by vaivaswatha
0%
Merge branch 'vaivaswatha/ir2_pr3' of github.com:FuelLabs/sway into vaivaswatha/ir2_pr3
b7188f7
10 days ago
by vaivaswatha
© 2025 CodSpeed Technology
Home Terms Privacy Docs