svn path=/trunk/heap-buddy/; revision=69070
This commit is contained in:
Joe Shaw 2006-12-05 21:00:18 +00:00
Родитель 4709c0c26d
Коммит d0acd9773d
2 изменённых файлов: 10 добавлений и 5 удалений

10
NEWS
Просмотреть файл

@ -1,4 +1,14 @@
Version 0.2
5 December 2006
* Relicensed from GPL to MIT X11.
* Fix deadlock problems on SMP machines. (Joe Shaw)
* Always write numerical values as little endian. (Chris Seaton)
* Write out the number of live objects in the heap resize hook. (Joe)
------------------------------------------------------
Version 0.1
October 10, 2005

5
README
Просмотреть файл

@ -144,11 +144,6 @@ You can also use Elizatron 2000(tm)-style arguments with this report.
KNOWN BUGS/ISSUES:
On SMP systems, heap-buddy will cause the mono runtime to lock up almost
immediately.
Outfiles are not architecture independent.
Heap-buddy is not smart about recursive programs. If you have a recursive
function that contains allocations, each level of recursion will generate a
distinct backtrace. This produces extremely large outfiles and