Results 5 comments of fennecJ

I agree with @Hsins We should only modify latex file and leave other files to be generated automatically.

I think build a markdown file then convert it into html sounds promising. However `pandoc` doesn't support some extensions used in `lkmpg.tex` and caused several code blocks to be omitted.

Consider using `\begin{minted}[linenos]{c}` instead of `\begin{minted}{c}` so the line number can be shown.

* Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz ``` Model name: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz Vulnerability Meltdown: Not affected Avg of mode switch takes 506.23 cycles and standard deviation...

I think you're right. We can maintain the DU-chain information directly within struct var instead of creating an auxiliary hash map for storage. This would simplify the design and avoid...