Files
solidity/libyul
cameel 4e7c1c7876 OptimiserSuite: Add two maps for converting between step names and abbreviations
- Abbreviations match those used in yulopti.
- I considered using boost::bimap but I think it would be an overkill. Two simple maps are good enough in a situation where data is constant and there isn't much of it.
- I could also use InvertibleMap from libsolutil but I don't even need any of its methods since my map is a constant. I also don't need the inverted map to store sets because my values are unique.
- The reverseMap() is generic enough to be moved to some global file with utilities but I don't sure if it's going to actually be useful to others in practice.
2020-02-03 12:22:47 +01:00
..
2020-01-14 17:16:09 +01:00
2020-01-16 19:13:25 +01:00
2020-01-16 19:13:25 +01:00
2020-01-14 17:16:09 +01:00
2020-01-14 17:16:09 +01:00
2020-01-29 19:01:28 +01:00
2020-01-29 19:01:28 +01:00
2020-01-29 19:01:28 +01:00