mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tweaked standard bucket sizes, see #160
Hyacinth: It's pronounced "Bouquet"!
This commit is contained in:
@@ -960,7 +960,7 @@ void Toy_bindVMToModule(Toy_VM* vm, unsigned char* module) {
|
||||
vm->stringBucket = Toy_allocateBucket(TOY_BUCKET_IDEAL);
|
||||
}
|
||||
if (vm->scopeBucket == NULL) {
|
||||
vm->scopeBucket = Toy_allocateBucket(TOY_BUCKET_SMALL);
|
||||
vm->scopeBucket = Toy_allocateBucket(TOY_BUCKET_IDEAL);
|
||||
}
|
||||
if (vm->stack == NULL) {
|
||||
vm->stack = Toy_allocateStack();
|
||||
|
||||
Reference in New Issue
Block a user