Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- flask
- Express
- Queue
- MySQL
- OCR
- JavaScript
- class
- typeORM
- TypeScript
- 공룡게임
- mongoose
- AWS
- MongoDB
- 자료구조
- jest
- Sequelize
- Python
- 정렬
- Bull
- dfs
- nodejs
- Nest.js
- Dinosaur
- 게임
- react
- game
- GIT
- nestjs
- cookie
Archives
- Today
- Total
목록shared page (1)
포시코딩

키워드 multilevel paging, valid-invalid bit, protection bit, inverted page table, shared page, segmentation Multilevel Paging and Performance Address space가 더 커지면 다단계 페이지 테이블이 필요 각 단계의 페이지 테이블이 메모리에 존재하므로 logical address의 physical address 변환에 더 많은 메모리 접근 필요 TLB를 통해 메모리 접근 시간을 줄일 수 있음 4단계 페이지 테이블을 사용하는 경우 메모리 접근 시간이 100ns, TLB 접근 시간이 20ns이고 TLB hit ratio가 98%인 경우 effective memory access time = 0.98 ..
CS (Computer Science)
2023. 5. 17. 08:44