File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,14 +171,16 @@ navigation: true
171171 </section>
172172 </td>
173173 <td>
174- <div><a href="https://cpu.land/">Putting the “You” in CPU</a></div>
175174 <div><a href="http://www.wolczko.com/CS294/">Virtual Machines<br/>and Managed Runtimes</a></div>
176175 <div><a href="https://soft-dev.org/events/vmss16/">Virtual Machines<br/>Summer School 2016</a></div>
177176 <div><a href="https://carolchen.me/blog/technical/jits-impls/">How JIT Compilers are Implemented and Fast</a></div>
178177 <div><a href="https://shipilev.net/jvm/anatomy-quarks/">JVM Anatomy Quarks</a></div>
178+ <div><a href="https://v8.dev/blog/pointer-compression/">Pointer Compression in V8</a></div>
179+ <div><a href="https://muxup.com/2023q4/storing-data-in-pointers">Storing data in pointers</a></div>
180+ <div><a href="https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/">Best pointer tagging method?</a></div>
179181 </td>
180182 <td>
181- <div><a href="https://v8.dev/blog/pointer-compression/">Pointer Compression in V8 </a></div>
183+ <div><a href="https://cpu.land/">Putting the “You” in CPU </a></div>
182184 <section id="cranelift-backend"><i>Cranelift Backend:</i>
183185 <ul>
184186 <li><a href="https://cfallin.org/blog/2020/09/18/cranelift-isel-1/">Instruction Selection</a></li>
You can’t perform that action at this time.
0 commit comments