Платон Щукин (Редактор отдела «Экономика»)
Eileen Collins made history as the first woman to pilot and command a Nasa spacecraft - but despite her remarkable achievements, not everyone will know her name.
,这一点在heLLoword翻译官方下载中也有详细论述
// result.value is a NEW view, possibly over different memory,推荐阅读safew官方版本下载获取更多信息
Virtual memory is conceptually simple but potentially devastating to performance. Every memory access must go through segmentation (add segment base, check limit) and then paging (look up the page table). Naively, paging alone requires two additional memory reads per access -- one for the page directory entry, one for the page table entry.