|
|
Choosing A Webhost: |
CVS: sbcl/src/code room.lisp,1.23,1.24: msg#00229lisp.steel-bank.cvs
Update of /cvsroot/sbcl/sbcl/src/code In directory sc8-pr-cvs1:/tmp/cvs-serv32268/src/code Modified Files: room.lisp Log Message: 0.pre8.96: Make ROOM work on cheneygc systems more than half of the time ... ensure that we map over allocated objects from the start of the current dynamic (semi-)space, not from the start of the whole dynamic space region. Index: room.lisp =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/code/room.lisp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- room.lisp 24 Mar 2003 18:39:01 -0000 1.23 +++ room.lisp 23 Apr 2003 09:38:05 -0000 1.24 @@ -132,7 +132,8 @@ (values (int-sap read-only-space-start) (int-sap (* *read-only-space-free-pointer* n-word-bytes)))) (:dynamic - (values (int-sap dynamic-space-start) + (values (int-sap #!+gencgc dynamic-space-start + #!-gencgc (current-dynamic-space-start)) (dynamic-space-free-pointer))))) ;;; Return the total number of bytes used in SPACE. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: sbcl/contrib/sb-aclrepl tests.lisp,NONE,1.1 sb-aclrepl.asd,1.5,1.6 aclrepl-tests.lisp,1.7,NONE, Kevin Rosenberg |
|---|---|
| Next by Date: | CVS: sbcl package-data-list.lisp-expr,1.211,1.212 version.lisp-expr,1.918,1.919, Christophe Rhodes |
| Previous by Thread: | CVS: sbcl/contrib/sb-aclrepl tests.lisp,NONE,1.1 sb-aclrepl.asd,1.5,1.6 aclrepl-tests.lisp,1.7,NONE, Kevin Rosenberg |
| Next by Thread: | CVS: sbcl package-data-list.lisp-expr,1.211,1.212 version.lisp-expr,1.918,1.919, Christophe Rhodes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |