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

[sc-481] Add transformation passes to hvm-core. #69

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

FranchuFranchu
Copy link
Contributor

@FranchuFranchu FranchuFranchu commented Feb 28, 2024

  • Add transform subcommand to hvm-core.
  • Add pre-reduce pass
  • Add pre-reduce-related options.
  • Add Net::init_heap_bytes method.

Copy link

This pull request has been linked to Shortcut Story #481: Add transformation passes to hvm-core.

@FranchuFranchu FranchuFranchu force-pushed the feature/sc-481/add-transformation-passes branch from 43dd2f0 to 18d2ff8 Compare February 28, 2024 14:42
tests/cli.rs Show resolved Hide resolved
@FranchuFranchu FranchuFranchu force-pushed the feature/sc-481/add-transformation-passes branch from 2f768c1 to 6ec7cd2 Compare February 28, 2024 20:41
src/host.rs Outdated Show resolved Hide resolved
src/ast.rs Outdated Show resolved Hide resolved
src/run.rs Outdated Show resolved Hide resolved
src/main.rs Show resolved Hide resolved
src/util.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
src/ast/transform/pre_reduce.rs Outdated Show resolved Hide resolved
src/ast/transform/pre_reduce.rs Outdated Show resolved Hide resolved
src/ast/transform/pre_reduce.rs Outdated Show resolved Hide resolved
src/host.rs Outdated Show resolved Hide resolved
src/host.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
@FranchuFranchu FranchuFranchu force-pushed the feature/sc-481/add-transformation-passes branch from d18c549 to 5d49ebe Compare February 29, 2024 18:09
src/main.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
@FranchuFranchu FranchuFranchu force-pushed the feature/sc-481/add-transformation-passes branch from c87c615 to e8079bd Compare March 4, 2024 14:56
@FranchuFranchu FranchuFranchu force-pushed the feature/sc-481/add-transformation-passes branch from 4fe5c49 to 6e57884 Compare March 4, 2024 15:10
FranchuFranchu and others added 2 commits March 4, 2024 12:11
- Add `transform` subcommand to `hvm-core`.
- Add `pre-reduce`-related options.
- Add `Net::init_heap_bytes` method.
- Move `src/ast/transform` to `src/transform`, rename and make `mem_parser` more general, move `create_host` to `stdlib`, and other changes.

Co-authored-by: tjjfvi <[email protected]>
@FranchuFranchu FranchuFranchu force-pushed the feature/sc-481/add-transformation-passes branch from 6e57884 to 51ba02f Compare March 4, 2024 15:15
@FranchuFranchu FranchuFranchu enabled auto-merge March 4, 2024 15:20
@FranchuFranchu FranchuFranchu added this pull request to the merge queue Mar 4, 2024
Merged via the queue into main with commit f3135d7 Mar 4, 2024
5 checks passed
@FranchuFranchu FranchuFranchu deleted the feature/sc-481/add-transformation-passes branch March 4, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants