On Thu, Apr 06, 2006 at 04:28:01PM -0700, John Meacham wrote:
> I was curious if ghc could support the following basic types, they will
> likely just be aliases of existing types.
>
> WordPtr uintptr_t
> WordMax uintmax_t
> IntPtr intptr_t
> IntMax intmax_t
>
> all these C types are defined by
I was curious if ghc could support the following basic types, they will
likely just be aliases of existing types.
WordPtr uintptr_t
WordMax uintmax_t
IntPtr intptr_t
IntMax intmax_t
all these C types are defined by ISO C so should be available,
otherwise, they are easy enough to generate in ghc
Thanks a lot for the sugestions!
I am going to try them...
pedro
On 4/5/06, Björn Bringert <[EMAIL PROTECTED]> wrote:
Benjamin Franksen wrote:> On Wednesday 05 April 2006 20:32, Pedro Miguel Duarte wrote:>>>I am writing a Java program with a call to a Haskell module
M.hs,>>in order to evaluat
Simon Marlow <[EMAIL PROTECTED]> writes:
>> So it used more than double the amount of memory.
> Is it reproducible? I expect that the -M value might be exceeeded by
> a small amount sometimes, but double is surprising.
Yes. That is, I was running multiple instances on different CentOS
computer
Ketil Malde wrote:
Ketil Malde <[EMAIL PROTECTED]> writes:
18580 ketil 18 0 1762m 945m 256 D 3.0 93.5 33:52.81 rbr
So it used more than double the amount of memory.
I can provide the source, but perhaps I should mention that the
program basically just builds a large "Map Int Int"