mafintosh / mafintosh/node-irhydra
Does not work on Windows
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 41
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
All you need on Windows is `node-irhydra.cmd` with just one line:
```cmd
node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --print-opt-code --trace_hydrogen_file=hydrogen.cfg %*
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Create the mentioned node-irhydra.cmd entry point using the one-line Windows command shown in the issue. Start by checking the existing command-line entry point and verify that invoking node-irhydra.cmd on Windows passes through the supplied arguments and produces the expected profiling output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100