]> gitweb.factorcode.org Git - factor.git/commit
vm: faster allocation in tenured space and code heap. If small free list exhausted...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 11 Nov 2009 02:19:29 +0000 (20:19 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 11 Nov 2009 02:19:29 +0000 (20:19 -0600)
commit4162ee2127dccfd4612578a343876672fe9afe18
treecbb8cc6cc65fa39918ed46643a58eeb14dd64a06
parente9a71910504a80a93c356d5e98d120ac1e43bdaa
vm: faster allocation in tenured space and code heap. If small free list exhausted, allocate a 1kb block and split it up instead of searching larger free lists
basis/vm/vm.factor
vm/free_list.cpp
vm/free_list.hpp
vm/gc.hpp