-
Notifications
You must be signed in to change notification settings - Fork 301
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(bb): stack traces for check_circuit #6851
Merged
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c971b3a
chore: tool to analyze C++ compilation time
ludamad 4727a6d
chmod a+x
ludamad edcb7a0
feat: bb check circuit traces
ludamad 50491fd
more stack printing
ludamad f3087b1
checkpoint, standard working except for assert_equal
ludamad 91924bb
ultra circuit builder checker
ludamad c36b9e5
Merge branch 'master' into ad/bb-check-circuit-traces
ludamad 49c79d7
preset and off by default
ludamad c458819
Merge remote-tracking branch 'origin/master' into ad/bb-check-circuit…
ludamad 3ef19ad
Merge remote-tracking branch 'origin/ad/bb-check-circuit-traces' into…
ludamad a79187f
clang16-dbg-fast-circuit-check-traces
ludamad e5fe139
Delete barretenberg/cpp/scripts/analyze_compilation_time.sh
ludamad c9e79c8
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
ludamad bbc0d9c
readme
ludamad b010e88
Merge remote-tracking branch 'origin/ad/bb-check-circuit-traces' into…
ludamad b3c8175
sync
ludamad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
if(CHECK_CIRCUIT_STACKTRACES) | ||
include(FetchContent) | ||
|
||
# Also requires one of: libbfd (gnu binutils), libdwarf, libdw (elfutils) | ||
FetchContent_Declare(backward | ||
GIT_REPOSITORY https://github.com/bombela/backward-cpp | ||
GIT_TAG 51f0700452cf71c57d43c2d028277b24cde32502 | ||
SYSTEM # optional, the Backward include directory will be treated as system directory | ||
) | ||
FetchContent_MakeAvailable(backward) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just couldn't stand looking at bool == false :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snob :)