commit | 8ff73c1307296434fcd77c7dbaeaaa10752cfd45 | [log] [tgz] |
---|---|---|
author | Derek Schuff <dschuff@google.com> | Tue Feb 23 18:13:07 2016 +0000 |
committer | Derek Schuff <dschuff@google.com> | Tue Feb 23 18:13:07 2016 +0000 |
tree | b064d4f482751ff4b3a437607a7deaf6ed9e41e2 | |
parent | 71268783630beccad429f413e90e1bbb2f6d871f [diff] |
[WebAssembly] Implement red zone for user stack Implements a mostly-conventional redzone for the userspace stack. Because we have unsigned load/store offsets we continue to use a local SP subtracted from the incoming SP but do not write it back to memory. Differential Revision: http://reviews.llvm.org/D17525 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261662 91177308-0d34-0410-b5e6-96231b3b80d8