Skip to content

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

@mxsyz

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 = {}}

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