Subject: Re: Common Lisp wish list item
From: Erik Naggum <erik@naggum.no>
Date: 20 Aug 2002 23:03:53 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3238873433273945@naggum.no>

* Christopher Browne <cbbrowne@acm.org>
| In order for fixnums to be the natural machine word, the values either
| "bloat" the size of "fixnum objects," or require some other form of boxing.

  That is indeed the problem that I am trying to "even out".  The cost of an
  integer in the range between fixnum max and machine integer max today is
  prohibitive and we end up working with integers that have unpredictable
  costs.  I would like a little higher memory cost medium-sized integers in
  order to reduce the overall cost for 32-bit integers.  (It would of course be
  economical to intern the smallest integer range.)

| The situation seems reminiscent of what's in Java [...]

  I already covered this.  It is not unless you miss the point.

-- 
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.