Skip to content

ZJIT: protoboeuf benchmark functions are too large #1012

Description

@tekknolagi

ZJIT is refusing to compile the functions because they have too many live registers, taking too much stack size, and the jumps are too big. To fix this, we need to do all of:

  • Minimize SSA, either in construction or after construction
  • Loop instead of bailing in FrameSetup if the offset is > 12 bits on aarch64 (ZJIT: Loop, not bail, for large FrameSetup ruby/ruby#17735)
  • Turn Jump(Label) or Jump(Block) into more than just a b on aarch64 since we can't fit the jumps in one b anymore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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