1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/modules
aaronp64 e2b6d92e27 Speed up lambda capture handling
Updated GDScriptLambdaCallable::call and GDScriptLambdaSelfCallable::call to use alloca instead of Vector when using captures, to avoid extra allocation/copy_on_write calls on each lambda function call.
2024-09-16 15:47:58 -04:00
..
2023-10-04 19:55:11 +09:00
2024-09-16 15:47:58 -04:00
2024-04-10 18:27:08 +01:00
2024-04-05 12:18:00 +02:00
2024-03-13 09:12:50 +02:00
2024-05-14 13:01:07 +02:00
2024-06-01 16:37:54 -05:00