]> git.mdlowis.com Git - archive/atc.git/shortlog
archive/atc.git
2015-08-02 Michael D.... Implemented object scanning logic master
2015-04-21 Michael D.... updated heap.c to increase the slot count to account...
2015-04-21 Michael D.... finished testing heap.c
2015-04-20 Mike D. LowisAdded tests for heap_finish_collection and cleaned...
2015-04-15 Mike D. LowisAdded tests for heap.c
2015-04-14 Mike D. LowisCompleted test coverage for splaytrees
2015-04-14 Michael D.... Fixed busted tests
2015-04-13 Mike D. LowisAdded more tests for splay operations
2015-04-13 Mike D. LowisCheckin test case for debugging purposes
2015-04-13 Michael D.... Added more tests for splay tree
2015-04-12 Michael D.... remove osx stupidness
2015-04-12 Michael D.... Finished splaytree implementation
2015-04-12 Michael D.... implemented splay operation and started debugging confu...
2015-04-10 Michael D.... Added implementation of tree splaying
2015-04-09 Mike D. LowisAdded tests for splay tree insert and lookup functions
2015-04-09 Michael D.... Started a more general implementation of splaytree
2015-04-07 Mike D. LowisReworked insert code
2015-04-07 Mike D. Lowischanged destroy_tree to destroy_node
2015-04-07 Mike D. Lowismake destroy_node actually free the nodes
2015-04-07 Mike D. LowisStarted implementation of splaytree for pointer lookups
2015-04-07 Mike D. LowisUpdated version of atf
2015-04-07 Michael D.... move segments to a full list when they have been fully...
2015-04-06 Mike D. LowisTweaked build options and code to be strict C99
2015-04-04 Michael D.... Implemented find and mark routine for large blocks
2015-04-04 Michael D.... Finished segment find and mark routine
2015-04-03 Michael D.... Implemented heap module find and mark routines
2015-04-03 Michael D.... Cleaned up stack scan logic
2015-04-03 Michael D.... Fleshed out more of the collector logic
2015-04-03 Michael D.... Started outlining the algorithm for collection
2015-04-02 Mike D. LowisCAT!
2015-04-02 Mike D. LowisAdded coverage and profiling options fo rthe build...
2015-04-02 Michael D.... Started rough implementation of the gc layer
2015-04-02 Michael D.... Coalesced segment related mallocs
2015-04-01 Mike D. LowisFixed the BLOCKMA_SIZE macro
2015-04-01 Mike D. LowisFinished initial implementation of heap module
2015-04-01 Michael D.... Implemented heap allocation of small blocks
2015-03-31 Mike D. LowisAdded skeleton for the heap module
2015-03-31 Michael D.... Added segment module for allocation of fixed size blocks
2015-03-29 Michael D.... Started implementing splaytrees
2015-03-29 Michael D.... Added stub of splaytree and integrated unit testing rig
2015-03-29 Michael D.... First attempt at generation script
2015-03-29 Michael D.... Initial commit
2015-03-28 Mike LowisInitial commit