multiplier icon indicating copy to clipboard operation
multiplier copied to clipboard

Move attributes, empty macro expansions, and macros expanding to attributes into floating fragments

Open pgoodman opened this issue 1 year ago • 0 comments

This is a big issue, with the purpose of addressing database bloat in V8 indexes due to the V8_EXPORT macro. In different translation units, this macro expands differently, resulting in the same classes, or class templates, "looking" different to multiplier's AST/code-based deduplication logic. As a result, there can be two or more copies of many classes stored in the database. This has knock-on effects for the methods, especially method templates.

pgoodman avatar Jul 03 '24 19:07 pgoodman