Synth scheduling implementation PR - #164
Draft
amir734jj wants to merge 44 commits into
Draft
Conversation
Co-authored-by: Copilot <copilot@github.com>
boyland
requested changes
Aug 3, 2026
| Declaration_info(module)->analysis_state = s; | ||
| s->anc_analysis = anc_analysis; | ||
| init_analysis_state(s,module); | ||
| dnc_close(s); |
Owner
There was a problem hiding this comment.
DOn't do a full dnc close: don't copy dependencies from parent to child.
boyland
pushed a commit
that referenced
this pull request
Aug 7, 2026
* Synth scheduling: all PR #164 changes except codegen/synth-impl.cc Apply changes from user/amir734jj/synth-scheduling branch plus additional diff.txt modifications for DNC closure control. DOn't do a full dnc close: don't copy dependencies from parent to child. * unnessary change * unnessary changes * more reverts * Unnesssary changes * Avoid unnessary changes * Unnessary changes * Fix build: remove synth-impl.o dependency, stub synth_impl as NULL codegen/synth-impl.cc is not included in this branch, so remove it from the Makefile and provide a NULL stub for the linker symbol. * Small revert * Reverts
…th-scheduling # Conflicts: # examples/scala/Makefile
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Minimal Farrow's synth function implementation with support for circular attributes and circular fiber attributes.