Michel Hermier
Michel Hermier
There is nothing wrong with method chaining, the problem is that the lack of a method chaining operator, make the things "ugly". If we have an operator for method chaining,...
@PureFox48 I thought the method you added was changing some existing behavior, my bad if you added new names.
No particular opinion. Seems plain boring, but don't know it is a good or bad thing though.
Instead add `wrenCopySlots` and make `wrenCopySlot` a special case/macro...
Well this can be as this for now. The main usage for copying in block, is when one needs to realign the stack for a reentrant call, or when performing...
I would promote the ASSERT when registering the well-known values to a stronger error in case we run out of memory or what ever when not in debug mode. Since...
Something like: ``` static void ensureSpecialSymbols(WrenVM* vm) { static const char *symbols [] = { "", "", } for (size_t i = 0; i < sizeof(symbols); ++i) { const char...
For 2 items, I agree, but that list can be extended for easily guaranteed more entries positions. Anyway it is a minor issue.
Just for the record, how does it affect the *official* benchmarks?
I mean maybe it is worth a new benchmark ?