Hello David, Tuesday, November 25, 2008, 5:27:51 PM, you wrote:
> When I was researching how to do this, I was really hoping for something > like "static areas" from the Lisp Machine operating system. You could > allocate any normal object in an area of the heap where the GC would not > bother with it. I miss that. I wonder why GHC doesn't have such a > concept? it has. bytestrings use this area, it's called "pinned arrays" -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
