Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused stack-pointer and emscripten-sbrk-ptr pass args from ↵ | Sam Clegg | 2020-09-22 | 1 | -4/+0 |
| | | | | | PostEmscripten (#3161) These were removed completely from the emscripten side in #12057 | ||||
* | Add stack-pointer argument to post-emscripten pass. (#2823) | Sam Clegg | 2020-05-01 | 1 | -0/+4 |
This allows emscripten to statically set the initial value of the stack pointer. Should allow use to avoid doing it dynamically at startup: https://github.com/emscripten-core/emscripten/pull/11031 |