Skip to content

Integer --> Int #1

Description

@doyougnu

Getting arithmetics up and running I had to nuke the unpack pragma in Types:

data NPrim = I !Integer | D {-# UNPACK #-} !Double
  deriving (Eq,Generic,Ord,Show)

because you cannot unpack arbitrary sized integers. Fix this by picking Int64 or something similar when we begin to optimize.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

memoryrelating to memory performance

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions