mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Reduce mandatory stack rss by 256kb
This commit is contained in:
parent
0e087143fd
commit
b592716d1c
15 changed files with 98 additions and 125 deletions
3
third_party/python/python.c
vendored
3
third_party/python/python.c
vendored
|
@ -4,11 +4,14 @@
|
|||
│ Python 3 │
|
||||
│ https://docs.python.org/3/license.html │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/runtime/stack.h"
|
||||
#include "third_party/python/Include/yoink.h"
|
||||
#include "third_party/python/runpythonmodule.h"
|
||||
#include "tool/args/args.h"
|
||||
// clang-format off
|
||||
|
||||
STATIC_STACK_ALIGN(GetStackSize());
|
||||
|
||||
PYTHON_YOINK("xed");
|
||||
PYTHON_YOINK("xterm");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue