diff options
author | Derek Schuff <dschuff@google.com> | 2016-02-10 19:51:04 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2016-02-10 19:51:04 +0000 |
commit | 27501e2065f70eb3a1b6bd021e2459102e1f5832 (patch) | |
tree | a1ee9405c83a43b0b87001a980b39012174ccc2a /lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | |
parent | 5cba8d5fb532c58e40d913fb1cf469c1136c217f (diff) | |
download | bcm5719-llvm-27501e2065f70eb3a1b6bd021e2459102e1f5832.tar.gz bcm5719-llvm-27501e2065f70eb3a1b6bd021e2459102e1f5832.zip |
[WebAssembly] Switch varags calling convention to use a register
Instead of passing varargs directly on the user stack, allocate a buffer in
the caller's stack frame and pass a pointer to it. This simplifies the C
ABI (e.g. non-C callers of C functions do not need to use C's user stack if
they have their own mechanism) and allows further optimizations in the future
(e.g. fewer functions may need to use the stack).
Differential Revision: http://reviews.llvm.org/D17048
llvm-svn: 260421
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py')
0 files changed, 0 insertions, 0 deletions