serge-sans-paille added a comment.

I second @aaron.ballman there. I compiled the sqlite3.c amalgamation, -O0, with 
both approach, measuring the number of instructions as gathered by `valgrind 
--tool=callgrind`

- when walking redecls:        9001630039 instructions, I changed the 
implementation a bit down to 9001628850
- when storing redecl state: 9000816370 instructions


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112059/new/

https://reviews.llvm.org/D112059

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to