mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
d64863fd43
commit
d2becdb9f5
@ -57,10 +57,9 @@
|
|||||||
// The actual size in bytes equals `sizeof(void*) * PK_VM_STACK_SIZE`
|
// The actual size in bytes equals `sizeof(void*) * PK_VM_STACK_SIZE`
|
||||||
#define PK_VM_STACK_SIZE 32768
|
#define PK_VM_STACK_SIZE 32768
|
||||||
|
|
||||||
// This is the maximum number of arguments in a function declaration
|
// This is the maximum number of local variables in a function
|
||||||
// including positional arguments, keyword-only arguments, and varargs
|
|
||||||
// (not recommended to change this / it should be less than 200)
|
// (not recommended to change this / it should be less than 200)
|
||||||
#define PK_MAX_CO_VARNAMES 32
|
#define PK_MAX_CO_VARNAMES 64
|
||||||
|
|
||||||
// Hash table load factor (smaller ones mean less collision but more memory)
|
// Hash table load factor (smaller ones mean less collision but more memory)
|
||||||
// For class instance
|
// For class instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user