Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Experiment with binary file formats to speed up parsing #33866

Open Quuxplusone opened 7 years ago

Quuxplusone commented 7 years ago
Bugzilla Link PR34893
Status CONFIRMED
Importance P enhancement
Reported by Adam Nemet (anemet@apple.com)
Reported on 2017-10-09 15:52:01 -0700
Last modified on 2018-05-16 13:11:17 -0700
Version trunk
Hardware PC All
CC anemet@apple.com, ditaliano@apple.com, francisvm@yahoo.com, llvm-bugs@lists.llvm.org, modocache@gmail.com, vivekvpandya@gmail.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

We currently use YAML. Even with libYAML and multi-processing, our bottleneck is parsing.

There was a short discussion about this on the mailing list: https://groups.google.com/d/msg/llvm-dev/554WMUNAmpo/BvveEXH2AwAJ

Quuxplusone commented 7 years ago

It's great we're considering to improve this direction. It's IMHO the single biggest hurdle to see a more widespread adoption of opt-remarks.

Quuxplusone commented 6 years ago

I am trying to use messagepack for this.