Skip to content

Replace our LSL integer implementation with Luau's new 64-bit integers #74

@HaroldCindy

Description

@HaroldCindy

May be a little tricky since They use 64-bit ints and we use 32-bit, but we don't actually have to use the integer library itself at all under LSL. Shouldn't be a heavy lift, though we'll have to retain our lvmexecute tricks to allow LOP_ADD and such with integer in LSL mode to not blow up the bytecode size.

Will probably want to wait until Luau's integer implementation has more time to bake so the API doesn't shift out from under us.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions