Replace string/hash based execution out look up for indices, 10-50% speed up in lookup code. Fix bugs calling dependent functions.
This commit is contained in:
@@ -100,7 +100,7 @@ namespace ScriptCanvas
|
||||
using LockType = AZStd::lock_guard<MutexType>;
|
||||
AZStd::unordered_map<const void*, BehaviorContextObject*> m_ownedObjectsByAddress;
|
||||
MutexType m_ownedObjectsByAddressMutex;
|
||||
int m_infiniteLoopDetectionMaxIterations = 3000;
|
||||
int m_infiniteLoopDetectionMaxIterations = 1000000;
|
||||
int m_maxHandlerStackDepth = 50;
|
||||
|
||||
static void SafeRegisterPerformanceTracker();
|
||||
|
||||
Reference in New Issue
Block a user