Ky0422's Blog
취소

운영체제 개요 & 구조

Overview and structure of an operating system.

단순한 바이트 코드, VM 만들어보기 (feat. 바이트 코드 사용 이유)

Making a tiny bytecode and VM. (feat. Why use bytecode)

컴파일러 구조

Compiler Phases

온라인 파이노 건반 (키보드)

Online Piano Keyboard

#[repr] 속성

#[repr] attribute

&'static T와 T: 'static의 차이점

Difference between reference with static lifetime and trait bound with static lifetime.

#[inline] 속성

#[inline] attribute

From, TryFrom 트레잇 (Feat. Into, TryInto)

From and TryFrom traits (Feat. Into and TryInto)

절차적 매크로, syn, quote, Attribute 만들기

Procedural Macro, syn, quote and Attribute

atomic 타입과 Ordering 열거형

atomic type and Ordering enum