Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change bare functions so that they are represented by a single pointer. #5173

Commits on Feb 28, 2013

  1. Change bare functions so that they are represented by a single pointer.

    The basic idea is that we add a new kind of adjustment, AutoAddEnv, that pads
    an extern fn into a closure by adding the extra NULL word. Then there are a few
    misc changes in trans to get the LLVM types to match up.
    
    Fixes rust-lang#4808.
    nikomatsakis committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    febdb49 View commit details
    Browse the repository at this point in the history