mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Perform build and magnum tuning
Building o//third_party/python now takes 5 seconds on my PC This change works towards modifying Python to use runtime dispatching when appropriate. For example, when loading the magnums in the socket module, it's a good idea to check if the magnum is zero, because that means the local system platform doesn't support it.
This commit is contained in:
parent
ee7e296339
commit
d26d7ae0e4
1028 changed files with 6576 additions and 172777 deletions
|
@ -26,6 +26,7 @@ extern const long AF_ISDN;
|
|||
extern const long AF_IUCV;
|
||||
extern const long AF_KCM;
|
||||
extern const long AF_KEY;
|
||||
extern const long AF_LINK;
|
||||
extern const long AF_LLC;
|
||||
extern const long AF_LOCAL;
|
||||
extern const long AF_MAX;
|
||||
|
@ -53,50 +54,51 @@ extern const long AF_X25;
|
|||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
||||
#define AF_ALG SYMBOLIC(AF_ALG)
|
||||
#define AF_APPLETALK SYMBOLIC(AF_APPLETALK)
|
||||
#define AF_ASH SYMBOLIC(AF_ASH)
|
||||
#define AF_ATMPVC SYMBOLIC(AF_ATMPVC)
|
||||
#define AF_ATMSVC SYMBOLIC(AF_ATMSVC)
|
||||
#define AF_AX25 SYMBOLIC(AF_AX25)
|
||||
#define AF_BLUETOOTH SYMBOLIC(AF_BLUETOOTH)
|
||||
#define AF_BRIDGE SYMBOLIC(AF_BRIDGE)
|
||||
#define AF_CAIF SYMBOLIC(AF_CAIF)
|
||||
#define AF_CAN SYMBOLIC(AF_CAN)
|
||||
#define AF_ECONET SYMBOLIC(AF_ECONET)
|
||||
#define AF_FILE SYMBOLIC(AF_FILE)
|
||||
#define AF_IB SYMBOLIC(AF_IB)
|
||||
#define AF_ALG SYMBOLIC(AF_ALG)
|
||||
#define AF_LINK SYMBOLIC(AF_LINK)
|
||||
#define AF_APPLETALK SYMBOLIC(AF_APPLETALK)
|
||||
#define AF_ASH SYMBOLIC(AF_ASH)
|
||||
#define AF_ATMPVC SYMBOLIC(AF_ATMPVC)
|
||||
#define AF_ATMSVC SYMBOLIC(AF_ATMSVC)
|
||||
#define AF_AX25 SYMBOLIC(AF_AX25)
|
||||
#define AF_BLUETOOTH SYMBOLIC(AF_BLUETOOTH)
|
||||
#define AF_BRIDGE SYMBOLIC(AF_BRIDGE)
|
||||
#define AF_CAIF SYMBOLIC(AF_CAIF)
|
||||
#define AF_CAN SYMBOLIC(AF_CAN)
|
||||
#define AF_ECONET SYMBOLIC(AF_ECONET)
|
||||
#define AF_FILE SYMBOLIC(AF_FILE)
|
||||
#define AF_IB SYMBOLIC(AF_IB)
|
||||
#define AF_IEEE802154 SYMBOLIC(AF_IEEE802154)
|
||||
#define AF_INET LITERALLY(2)
|
||||
#define AF_INET6 SYMBOLIC(AF_INET6)
|
||||
#define AF_IPX SYMBOLIC(AF_IPX)
|
||||
#define AF_IRDA SYMBOLIC(AF_IRDA)
|
||||
#define AF_ISDN SYMBOLIC(AF_ISDN)
|
||||
#define AF_IUCV SYMBOLIC(AF_IUCV)
|
||||
#define AF_KCM SYMBOLIC(AF_KCM)
|
||||
#define AF_KEY SYMBOLIC(AF_KEY)
|
||||
#define AF_LLC SYMBOLIC(AF_LLC)
|
||||
#define AF_LOCAL SYMBOLIC(AF_LOCAL)
|
||||
#define AF_MAX SYMBOLIC(AF_MAX)
|
||||
#define AF_MPLS SYMBOLIC(AF_MPLS)
|
||||
#define AF_NETBEUI SYMBOLIC(AF_NETBEUI)
|
||||
#define AF_NETLINK SYMBOLIC(AF_NETLINK)
|
||||
#define AF_NETROM SYMBOLIC(AF_NETROM)
|
||||
#define AF_NFC SYMBOLIC(AF_NFC)
|
||||
#define AF_PACKET SYMBOLIC(AF_PACKET)
|
||||
#define AF_PHONET SYMBOLIC(AF_PHONET)
|
||||
#define AF_PPPOX SYMBOLIC(AF_PPPOX)
|
||||
#define AF_RDS SYMBOLIC(AF_RDS)
|
||||
#define AF_ROSE SYMBOLIC(AF_ROSE)
|
||||
#define AF_ROUTE SYMBOLIC(AF_ROUTE)
|
||||
#define AF_RXRPC SYMBOLIC(AF_RXRPC)
|
||||
#define AF_SECURITY SYMBOLIC(AF_SECURITY)
|
||||
#define AF_SNA SYMBOLIC(AF_SNA)
|
||||
#define AF_TIPC SYMBOLIC(AF_TIPC)
|
||||
#define AF_UNIX LITERALLY(1)
|
||||
#define AF_UNSPEC LITERALLY(0)
|
||||
#define AF_VSOCK SYMBOLIC(AF_VSOCK)
|
||||
#define AF_WANPIPE SYMBOLIC(AF_WANPIPE)
|
||||
#define AF_X25 SYMBOLIC(AF_X25)
|
||||
#define AF_INET LITERALLY(2)
|
||||
#define AF_INET6 SYMBOLIC(AF_INET6)
|
||||
#define AF_IPX SYMBOLIC(AF_IPX)
|
||||
#define AF_IRDA SYMBOLIC(AF_IRDA)
|
||||
#define AF_ISDN SYMBOLIC(AF_ISDN)
|
||||
#define AF_IUCV SYMBOLIC(AF_IUCV)
|
||||
#define AF_KCM SYMBOLIC(AF_KCM)
|
||||
#define AF_KEY SYMBOLIC(AF_KEY)
|
||||
#define AF_LLC SYMBOLIC(AF_LLC)
|
||||
#define AF_LOCAL SYMBOLIC(AF_LOCAL)
|
||||
#define AF_MAX SYMBOLIC(AF_MAX)
|
||||
#define AF_MPLS SYMBOLIC(AF_MPLS)
|
||||
#define AF_NETBEUI SYMBOLIC(AF_NETBEUI)
|
||||
#define AF_NETLINK SYMBOLIC(AF_NETLINK)
|
||||
#define AF_NETROM SYMBOLIC(AF_NETROM)
|
||||
#define AF_NFC SYMBOLIC(AF_NFC)
|
||||
#define AF_PACKET SYMBOLIC(AF_PACKET)
|
||||
#define AF_PHONET SYMBOLIC(AF_PHONET)
|
||||
#define AF_PPPOX SYMBOLIC(AF_PPPOX)
|
||||
#define AF_RDS SYMBOLIC(AF_RDS)
|
||||
#define AF_ROSE SYMBOLIC(AF_ROSE)
|
||||
#define AF_ROUTE SYMBOLIC(AF_ROUTE)
|
||||
#define AF_RXRPC SYMBOLIC(AF_RXRPC)
|
||||
#define AF_SECURITY SYMBOLIC(AF_SECURITY)
|
||||
#define AF_SNA SYMBOLIC(AF_SNA)
|
||||
#define AF_TIPC SYMBOLIC(AF_TIPC)
|
||||
#define AF_UNIX LITERALLY(1)
|
||||
#define AF_UNSPEC LITERALLY(0)
|
||||
#define AF_VSOCK SYMBOLIC(AF_VSOCK)
|
||||
#define AF_WANPIPE SYMBOLIC(AF_WANPIPE)
|
||||
#define AF_X25 SYMBOLIC(AF_X25)
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_AF_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue