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-01-25 02:26:52 +01:00
2023-05-15 00:53:46 +02:00
2022-04-18 16:45:26 +02:00
2023-05-14 02:10:17 +02:00
2023-01-25 02:26:52 +01:00
2023-05-10 00:05:38 +02:00
2023-05-15 20:47:17 +02:00