https://github.com/congnghiahieu/rust-llvm-test
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: congnghiahieu
- Language: Assembly
- Default Branch: master
- Size: 2.93 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
```bash rustc --emit dep-info main.rs
rustc --emit mir main.rs
rustc --emit llvm-ir main.rs
rustc --emit asm main.rs ```
rustc -Z unpretty=val main.rs
`normal`, `identified`,
`expanded`, `expanded,identified`,
`expanded,hygiene` (with internal representations),
`ast-tree` (raw AST before expansion),
`ast-tree,expanded` (raw AST after expansion),
`hir` (the HIR), `hir,identified`,
`hir,typed` (HIR with types for each node),
`hir-tree` (dump the raw HIR),
`thir-tree`, `thir-flat`,
`mir` (the MIR), or `mir-cfg` (graphviz formatted MIR)
rustc --emit
error: Argument to option 'emit' missing
Usage: --emit [asm|llvm-bc|llvm-ir|obj|metadata|link|dep-info|mir]
Comma separated list of types of output for the compiler to emit
Owner
- Name: Hiếu Cien
- Login: congnghiahieu
- Kind: user
- Repositories: 0
- Profile: https://github.com/congnghiahieu
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2