Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/dmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c94b22fce32
Choose a base ref
...
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 168cbbfeb6b4
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 16, 2015

  1. Configuration menu
    Copy the full SHA
    340592e View commit details
    Browse the repository at this point in the history
  2. Fix todt.c functions to return the end point of dt_t structure

    Most of dtxxx functions return `dt_t **` for subsequent `dt_t` nodes. By using it as a start point of succeeding dt_t generations, we can efficiently construct huge dt_t structure.
    9rnsr committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    dddcf2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5083 from 9rnsr/fix15072

    [REG2.069-devel] Issue 15072 - Re-introducing codegen performance regression 14805
    MartinNowak committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    168cbbf View commit details
    Browse the repository at this point in the history
Loading