Commit Graph
4 Commits
Author SHA1 Message Date
Chenj168andGitHub 7ad8b3ef75 Move the OpActivator to OpCodeTable class for improve performance (#1001)
* Move the OpActivator to OpCodeTable class, for reduce the use of ConcurrentDictionary

* Modify code style.
2020-03-29 19:52:56 +11:00
Chenj168andGitHub d0960e75aa Fix the item name cannot be displayed in profiler view. (#1021) 2020-03-24 18:48:03 +01:00
Chenj168andGitHub 31b94f4641 Move the MakeOp to OpCodeTable class, for reduce the use of ConcurrentDictionary (#996) 2020-03-20 15:15:37 +11:00
Chenj168andGitHub 561d64e5bf Modify TranslatedFunction.GetPointer () to optimize performance (#995)
* add local var to reduce calling Marshal.GetFunctionPointerForDelegate

* modify code style
2020-03-20 09:11:20 +11:00