Posts by Category

algo

compiler

computer-architecture

dp

os

LLVM learning note by hands

less than 1 minute read

Published:

Start with tutorial from the official website should be the only route to expertise, things changed up and down.

Using Docker within the VS Code

1 minute read

Published:

When trying to include everything, including the environment for development might not be enough, even with the same ubuntu system. Recently, I encountered a bug where display is not properly shown, I have several doubts regarding the scenario.

rust

  1. Servo Book Documentation Update on CanGc

less than 1 minute read

Published:

The Update on the CanGc in the documentation for developers. Some time the borrow hazard could occur when assigning the mutable variable. Looks like this is a long term issue happened repeatedly when CanGc need to pass in as arguments. Several issues here listed.

  1. First Issue from the Servo Team (Update)

1 minute read

Published:

This time is the record for updating again the first issue on line number, because the team official think my solution is not good enough and provide other solution here.