Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
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: emscripten-core/emscripten-fastcomp-clang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.0
Choose a base ref
...
head repository: emscripten-core/emscripten-fastcomp-clang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.17.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 25, 2014

  1. Introduce an Emscripten C++ ABI.

    Emscripten uses the Itanium C++ ABI for most things, except that it uses
    ARM C++ ABI pointers to member functions, to avoid the overhead of aligning
    functions.
    sunfishcode committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    ad32fdb View commit details
    Browse the repository at this point in the history
  2. Don't align member functions.

    Emscripten uses the ARM ABI for pointers to member functions and doesn't
    require that member functions are aligned.
    sunfishcode committed Apr 25, 2014
    6 Configuration menu
    Copy the full SHA
    364355d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. 1.17.0

    kripken committed May 6, 2014
    Configuration menu
    Copy the full SHA
    dc171d8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'incoming'

    kripken committed May 6, 2014
    Configuration menu
    Copy the full SHA
    0db5dc3 View commit details
    Browse the repository at this point in the history
Loading