Skip to content

BEP Inconsistency with luajit -b -d when Table Contains Nil Elements #254

Description

@mxsyz

when compiling the following code with luajit -b -d at tag v2.1-20240815, BEP inconsistency occurs. It is suspected that this issue happens when table declarations contain nil elements:
local lru = {max_size = 1, size = 0, head = nil, values = {}}

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions