Inactive

Commits : Listings

  Analyzed 20 days ago based on code collected 20 days ago.
Showing page 2 of 61
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated CHM Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Updated Readme Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Replaced all remaining inlined x86 assembler with GCC intrinsics. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Final PGO optimised x86 binaries Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Updated Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Added a dedicated PGO maker program Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Added postfix option to build system Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Minor compilation warning fixes Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Turned on mremap in nedmalloc. Works well! Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Added realloc() scaling test Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Added new malloc flag NM_SKIP_TOLERANCE_CHECKS Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Fixed all remaining known OOM bugs in the user mode page allocator Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Added NEDTRIE_EXACTFIND() Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
mremap() is now working fully and correctly - thank the heavens! Currently the last remaining known problem is that address space exhaustion isn't being handled correctly - it ought to return MFAIL, but instead I'm seeing memory corruption. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Broke the code trimming the pages held by the system out into its own function Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Replaced the free page metadata storage method with a new one based on a region storer. The user mode page allocator is now 2.5 times faster than before and is probably as fast as it will get. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Added MMAP_CLEARS=0 to the user mode page allocator which instantly bumped the nedmalloc benchmark by 25%. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Got allocations from back fully working for the malloc + free case. mremap is close, but unlikely to be working by the end of tonight. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
User mode page allocator is fully working and optimised except for RelocatePages() which is now the last and final part to not be working. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Nearly got the new and much faster FillWithFreePages() working. Avatar
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.