Skip to content

Add alloca interface to x86-be #83

@graydon

Description

@graydon
Contributor

Currently we occasionally fake an alloca in trans by carving out a set of known-to-be-contiguous spill slots. This is cheesy and wrong; the backend should provide an interface for requesting an alloca honestly.

Activity

graydon

graydon commented on Jan 27, 2011

@graydon
ContributorAuthor

WONTFIX (not required for bootstrapping)

added a commit that references this issue on Dec 12, 2017
added a commit that references this issue on Jun 30, 2020
fd1356c
added a commit that references this issue on Sep 17, 2021
added a commit that references this issue on Oct 1, 2021
24ebae8
added a commit that references this issue on Nov 26, 2024
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

        Participants

        @graydon

        Issue actions

          Add alloca interface to x86-be · Issue #83 · rust-lang/rust