Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Copy on write optimization for brillig #3522

Merged
merged 27 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e5f46ff
Add element type to Type::Reference
jfecher Oct 11, 2023
13b9319
Add inc_rc instruction
jfecher Oct 11, 2023
2bafb5d
Add inc_rc instructions to ssa programs
jfecher Oct 11, 2023
946b3e6
Implement inc_rc in brillig
jfecher Oct 11, 2023
995faa4
Implement copy on write optimization in brillig
jfecher Oct 11, 2023
f32889f
Refactor sections
jfecher Oct 12, 2023
d5c80e0
Fix initial reference count
jfecher Oct 17, 2023
cd8be3c
Add reference count to extract_registers
jfecher Oct 17, 2023
d83cf03
Remove dbg panic
jfecher Oct 17, 2023
a7727cc
Cleanup branch_instruction
jfecher Oct 17, 2023
4ef445f
Start refactor to store rc in the first element of the array
jfecher Oct 18, 2023
37654e6
Add reference type to tests
jfecher Oct 20, 2023
edcb040
chore: merge master into reference counters
sirasistant Nov 20, 2023
48806a5
revert: set brillig gen to master
sirasistant Nov 20, 2023
85c63ef
wip: refactor brillig variable vs registerormemory
sirasistant Nov 21, 2023
58f4699
feat: cow optimization
sirasistant Nov 21, 2023
ff526b6
test: restore slice tests
sirasistant Nov 21, 2023
4db9468
refactor: typed references
sirasistant Nov 21, 2023
a3bf20f
test: working on fixing entry point tests
sirasistant Nov 21, 2023
48928fa
test: fix entry point tests
sirasistant Nov 22, 2023
e6afd0d
test: fix dfg test
sirasistant Nov 22, 2023
d8fcb85
fix: remove safety check and address todos
sirasistant Nov 22, 2023
f5f0c06
docs: variable naming and comments
sirasistant Nov 22, 2023
48e72c9
Merge branch 'master' into arv/brillig_reference_counters
sirasistant Nov 24, 2023
9c02007
chore: formatting
sirasistant Nov 24, 2023
9be1d2d
revert: cargo lock
sirasistant Nov 24, 2023
2030653
fix: Fix remaining issues in Brillig's copy on write arrays (#3593)
jfecher Nov 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 110 additions & 47 deletions Cargo.lock
sirasistant marked this conversation as resolved.
Show resolved Hide resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading