Jim Huang

Results 568 comments of Jim Huang

Inspired by [rvdbt](https://github.com/pukhovv/rvdbt), we may adopt its [QuickIR](https://github.com/pukhovv/rvdbt/blob/main/docs/rvdbt.md), a lightweight non-SSA internal representation used by the QMC compiler. QuickIR interacts with both local and global states; the former represents optimized...

[sovietov_graph_irs_2023.pdf](https://github.com/user-attachments/files/17094066/sovietov_graph_irs_2023.pdf) Slides from a talk "[Graph-Based Intermediate Representations: An Overview and Perspectives](https://github.com/true-grue/graph-irs)". Great information starting from linear code to dataflow IR.

> do you still have the documentation/Makefile/etc. for compiling `coremark.elf`? Run `git log build/coremark.elf` to figure out the steps to rebuild CoreMark.

> @jserv The performance is still slow after replacing both binaries (using the ones compiled from `rv32emu-prebuilt`) @vacantron, Can you check?

> I currently have no explanation for this, but to speed up development I will keep the benchmark pipeline in `main.yml` for now. It sounds acceptable. Let's get the benchark...

> do you happen to remember what were the parameters you used for Coremark? It's not found within the [past commit messages](https://github.com/sysprog21/rv32emu/commits/master/build/coremark.elf) but we would need to supply this in...

Move the commit "Fix typo and remove outdated comment" out of this pull request.

> Here are the statistics on node creation and usage after commit [91848ef](https://github.com/ptitSeb/box64/commit/91848efa34e1191a7500b98948c4be26b1df0208). To ensure meaningful analysis and meaningful insights from the statistics, provide comprehensive steps of your experimental methodology....

> I believe the bug is highly relevent to console/tty/UART. Any ideas or experiences on this? You have the option to disable the standard UART path and retain earlycon solely...

Can you confirm if the above appears for latest [linux-6.1.y](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-6.1.y) ?