Replace the simple recursive implementation by a nonrecursive, threaded

2006-01-14  Matthias Clasen  <mclasen@redhat.com>

	* glib/gtree.c: Replace the simple recursive implementation
	by a nonrecursive, threaded implementation by Maurizio
	Monge.  (#169285)
This commit is contained in:
Matthias Clasen 2006-01-14 05:24:10 +00:00 committed by Matthias Clasen
parent 42e7c208b7
commit fb3e4c63ef
4 changed files with 668 additions and 413 deletions

View File

@ -1,3 +1,9 @@
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* glib/gtree.c: Replace the simple recursive implementation
by a nonrecursive, threaded implementation by Maurizio
Monge. (#169285)
2006-01-12 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c (main): Fix the

View File

@ -1,3 +1,9 @@
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* glib/gtree.c: Replace the simple recursive implementation
by a nonrecursive, threaded implementation by Maurizio
Monge. (#169285)
2006-01-12 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c (main): Fix the

View File

@ -1,3 +1,9 @@
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* glib/gtree.c: Replace the simple recursive implementation
by a nonrecursive, threaded implementation by Maurizio
Monge. (#169285)
2006-01-12 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c (main): Fix the

File diff suppressed because it is too large Load Diff