Kawe Mazidjatari 975c40876a CModule and CMemory class improvements
This commit significantly reduces output code size, and a noticeable increase in performance. Changes are:
- Removed all extraneous std::string and std::vector copy constructions; use raw pointers instead to boost performance.
- Marked simple getters in CModule inline.
- Marked several functions in CModule const.
- Slightly reordered CModule class.
- 'CMemory::CheckOpCodes' and 'CMemory::Patch' now take a const reference.
2023-06-12 18:40:16 +02:00
..
2023-05-29 21:41:17 +02:00
2023-05-10 00:05:38 +02:00
2023-05-10 00:05:38 +02:00
2023-05-10 00:05:38 +02:00
2023-05-10 00:05:38 +02:00
2023-03-20 00:17:29 +01:00
2023-06-05 00:27:36 +02:00
2023-06-05 00:27:36 +02:00
2023-05-15 18:00:51 +02:00
2023-01-26 02:59:50 +01:00
2023-06-04 22:00:15 +02:00
2023-03-20 00:17:29 +01:00
2022-04-10 19:59:34 +02:00