janwas
|
ff256528f2
|
sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails
This was SVN commit r10414.
|
2011-10-19 10:58:02 +00:00 |
|
janwas
|
8af8326563
|
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
This was SVN commit r10410.
|
2011-10-16 10:37:21 +00:00 |
|
janwas
|
6c102ea712
|
add instrumentation to diagnose failed VM commit
This was SVN commit r10405.
|
2011-10-15 22:03:42 +00:00 |
|
janwas
|
a106b9da0b
|
apic: avoid warning message for ancient single-core, non-HT processors. fixes #985
wvm: improve diagnostics if allocation failed
This was SVN commit r10374.
|
2011-10-08 16:53:57 +00:00 |
|
janwas
|
0d708b31b4
|
avoid rare init-order bug when SRAT ACPI table is available AND APIC IDs are NOT
move APIC-related code to separate file, with its own initialization to
avoid circular dependency
fixes #976
This was SVN commit r10315.
|
2011-09-24 19:47:13 +00:00 |
|
janwas
|
881d3cebf4
|
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
This was SVN commit r10051.
|
2011-08-21 11:00:09 +00:00 |
|