Skip to content

Bump most-positive-fixnum? #699

Description

@fosskers

Hi there, thanks for ABCL as always. While profiling, I noticed that ABCL differs from its peers in terms of the size of its most-positive-fixnum:

| Compiler | most-positive-fixnum |
|----------+----------------------|
| SBCL     |  4611686018427387903 |
| ECL      |  2305843009213693951 |
| Clasp    |  2305843009213693951 |
| CCL      |  1152921504606846975 |
| Allegro  |  1152921504606846975 |
| Clisp    |      281474976710655 |
| ABCL     |           2147483647 |

Is there a possibility of this being bumped?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions