This is an archive of the discontinued LLVM Phabricator instance.

FunctionImport: handle metadata importing in the main import loop (NFC)
AbandonedPublic

Authored by mehdi_amini on Jan 21 2016, 10:59 AM.

Details

Reviewers
tejohnson
Summary

It does not seem there is a good reason for not doing it, and it
should divide by 2 the number of bitcode parsing.

Diff Detail

Event Timeline

mehdi_amini retitled this revision from to FunctionImport: handle metadata importing in the main import loop (NFC).
mehdi_amini updated this object.
mehdi_amini added a reviewer: tejohnson.
mehdi_amini added a subscriber: llvm-commits.
mehdi_amini abandoned this revision.Jan 21 2016, 11:10 AM

This is plain wrong, the SrcModule is already destroyed at this point. Teresa has an alternative approach. Dropping this patch.