1.0.46.12: faster core startup
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 20 Feb 2011 16:32:49 +0000 (16:32 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 20 Feb 2011 16:32:49 +0000 (16:32 +0000)
commitd69598b0dd62e02f646de55d2c644b611d217d13
tree4d82e5d6d536fe346f821fc775317292c7779681
parent0223f43d5f199914ebceff12b6f4c60448369edd
1.0.46.12: faster core startup

 Patch by Lutz Euler, lp#557357.

 Remove unnecessary page_table initialization loop: it is allocated
 using calloc, which zero-initializes it -- which as it happens is
 enough for us.
NEWS
src/runtime/gencgc.c
version.lisp-expr