* configure.ac: Define automake conditinal ENABLE_TLH if SSA enabled.
authorPeter Molnar <pm@complang.tuwien.ac.at>
Fri, 4 Jul 2008 11:12:33 +0000 (13:12 +0200)
committerPeter Molnar <pm@complang.tuwien.ac.at>
Fri, 4 Jul 2008 11:12:33 +0000 (13:12 +0200)
commit3ddc927ddf93dc32d1b6c7e20100c5302f454378
tree6e0f786a03943f4bbd8ece74ee9bc8d0a261773b
parenta87e56e4877bf4b69c48d62f791db1dbc5a9c3c9
* configure.ac: Define automake conditinal ENABLE_TLH if SSA enabled.
* src/mm/Makefile.am [ENABLE_TLH]: Build tlh.c
* src/mm/tlh.c,
src/mm/tlh.h: New files: thread local heap implementation.
* src/threads/posix/thread-posix.c,
src/threads/posix/thread-posix.h (threadobject_t) [ENABLE_TLH]: added a tlh_t memeber, (threads_impl_thread_init) [ENABLE_TLH]: calling tlh_init, (threads_impl_thread_reuse) [ENABLE_TLH]: calling tlh_init and tlh_destroy.
* src/vm/jit/optimizing/escape.c: Removed now obsolete code.
configure.ac
src/mm/Makefile.am
src/mm/tlh.c [new file with mode: 0644]
src/mm/tlh.h [new file with mode: 0644]
src/threads/posix/thread-posix.c
src/threads/posix/thread-posix.h
src/vm/jit/optimizing/escape.c