摘要: before e_Renderer::render, 400MB memoy was taken...so...problems not in the core...which is, somehow, a piece of good news:) another more significant hotspot of memory allocation is in bsp constructio...阅读全文
公告 |
11 2009 档案摘要: before e_Renderer::render, 400MB memoy was taken...so...problems not in the core...which is, somehow, a piece of good news:) another more significant hotspot of memory allocation is in bsp constructio...阅读全文
摘要: A good memory allocator is everything that I need, which is efficient at allocating/deallocating.阅读全文
摘要: Problems:1. duplicated indirect addressing2. cache misses3. long latency4. unnecessary calculationsSolutions:1. address once2. allocate memory in more efficient way3. hide latency with multi-pipelinin...阅读全文
|