Dave Bartolomeo
9df37399f8
C++: Consolidate opcode properties onto Opcode class
...
Previously, we had several predicates on `Instruction` and `Operand` whose values were determined solely by the opcode of the instruction. For large snapshots, this meant that we would populate large tables mapping each of the millions of `Instruction`s to the appropriate value, times three (once for each IR flavor).
This change moves all of these opcode properties onto `Opcode` itself, with inline wrapper predicates on `Instruction` and `Operand` where necessary. On smaller snapshots, like ChakraCore, performance is a wash, but this did speed up Wireshark by about 4%.
Even ignoring the modest performance benefit, having these properties defined on `Opcode` seems like a better organization than having them on `Instruction` and `Operand`.
2020-01-07 13:17:27 -07:00
..
2018-08-07 09:48:27 +01:00
2018-08-07 09:48:27 +01:00
2019-10-10 10:04:32 +01:00
2018-08-02 17:53:23 +01:00
2019-12-03 09:00:43 +00:00
2018-08-07 09:48:27 +01:00
2019-12-06 01:21:17 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-10-18 12:36:42 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2019-11-12 17:35:50 +00:00
2019-09-09 11:25:53 +02:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2019-12-13 17:06:05 -07:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-10-03 13:19:16 +02:00
2018-08-02 17:53:23 +01:00
2019-12-13 17:06:05 -07:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-11-19 11:30:59 +01:00
2019-11-19 11:30:59 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-05-20 15:08:28 +01:00
2019-12-13 17:06:05 -07:00
2018-08-02 17:53:23 +01:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2019-12-20 13:13:54 -07:00
2018-10-26 11:07:18 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-11-28 17:51:20 +01:00
2018-09-23 16:23:52 -07:00
2019-09-09 11:25:53 +02:00
2019-10-03 11:48:03 +02:00
2018-08-02 17:53:23 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-07 09:48:27 +01:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2019-11-13 14:07:33 +01:00
2019-09-17 17:38:54 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-12-16 13:38:36 +00:00
2019-09-09 11:25:53 +02:00
2019-05-02 11:16:21 +01:00
2019-09-09 11:25:53 +02:00
2019-10-15 14:47:32 +01:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-11-14 15:13:52 +00:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2020-01-07 13:17:27 -07:00
2019-12-13 17:06:05 -07:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2019-11-19 11:30:59 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2019-12-13 17:06:05 -07:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2019-09-09 11:25:53 +02:00
2019-09-23 16:04:59 +01:00
2019-09-09 11:25:53 +02:00
2019-11-07 14:08:25 +00:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-09-23 16:23:52 -07:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-12-13 17:06:05 -07:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-12-17 15:11:02 -08:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-02 17:53:23 +01:00
2018-08-02 17:53:23 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-24 11:28:57 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2018-09-19 10:26:11 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2018-08-07 09:48:27 +01:00
2018-08-02 17:53:23 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 16:05:32 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-11-20 10:03:32 -08:00
2019-12-13 17:06:05 -07:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-23 13:57:50 +01:00
2018-09-23 16:24:31 -07:00
2019-11-13 18:53:43 +00:00
2018-08-07 09:48:27 +01:00
2019-09-09 11:25:53 +02:00
2019-12-13 17:06:05 -07:00
2019-09-09 11:25:53 +02:00
2019-09-23 13:57:50 +01:00
2019-09-09 11:25:53 +02:00
2019-12-17 15:11:02 -08:00
2019-11-19 11:23:34 +01:00
2019-09-27 11:28:31 +01:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00
2019-09-09 11:25:53 +02:00