Viewing profile — jserv
jserv
HN member- Joined
- Mon, Apr 04, 2016, 2:17 AM UTC
- HN karma
- 27
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About jserv
No profile information was provided.
Recent public activity
-
comment
Comment #41924255
The complementary codebase presented in the research paper is rv32emu, an efficient RISC-V instruction set simulator, available under the MIT License. See https://github.com/syspro…
-
comment
Comment #38909227
I am a faculty member at a university, and the main reason I initiated this project was to create a practical learning environment for my students. I have noticed that many tools l…
-
comment
Comment #38909140
While initializing shecc, it automatically creates a visualized control-flow graph and dominator tree. These can be visualized using Graphviz. To view them, execute the command "ma…
-
comment
Comment #38909107
Yes, consider the case of shecc. It requires just a handful of C code lines to interpret directives set in the C preprocessor. Unlike relying on existing tools like cpp, as, or ld,…
-
comment
Comment #38906022
Shecc is a self-compiling compiler for 32-bit Arm and RISC-V architectures, focusing on a subset of the C language and incorporating basic optimization techniques. It generates exe…
-
comment
Comment #34157451
Since version 1.6.0, regarding SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, and AES extension, SSE2NEON have achieved 100% coverage, meaning that it can translate the existing code with…
-
comment
Comment #31199583
The main objective of this work was to reduce the per-syscall overhead through the use of effective system call aggregation. For that purpose, ESCA takes advantages of system call …
-
comment
Comment #28118297
Using docker images is the preferable way to set up TeXLive and related packages. Please check the GitHub repository for details.
-
comment
Comment #28118267
The issue reported by mrmattyboy was resolved. You can now coy-n-paste from generated PDF and HTML files without annoying line numbers.
-
comment
Comment #28063648
I am maintaining the content referred by the above hyperlink. At the moment, my students and I do not have sufficient understanding of publishing tools. Please check the PDF instea…
-
comment
Comment #28063574
Thanks for submitting issue(s). The motivation of updating "The Linux Kernel Module Programming Guide" was for educational purpose. I agree with the idea to mention new kernel feat…
-
comment
Comment #28063502
https://github.com/sysprog21/lkmpg/releases # Alternatively, check the item "Assets", and you can get latest PDF file. I am looking for the feasible solutions to render LaTeX scrip…
-
comment
Comment #28063466
https://github.com/sysprog21/lkmpg/releases # Check the item "Assets", and you can get latest PDF and HTML files.