exp/types: generalized GCImporter API.
- Renamed ExportData -> FindGcExportData
and base it on an a bufio.Reader rather
than a filename so it can be used in
environments where object files are
stored elsewhere.
- Factor former GcImporter into GcImportData
and GcImport. Implementations with different
storage locations for object files can build
a customized GcImport using GcImportData.
This is pkg/exp only - no impact on Go 1.
*** Submitted as http://code.google.com/p/go/source/detail?r=de7e784537ac *** exp/types: generalized GCImporter API. - Renamed ExportData -> FindGcExportData and ...
13 years, 8 months ago
(2012-03-26 18:26:10 UTC)
#4
*** Submitted as http://code.google.com/p/go/source/detail?r=de7e784537ac ***
exp/types: generalized GCImporter API.
- Renamed ExportData -> FindGcExportData
and base it on an a bufio.Reader rather
than a filename so it can be used in
environments where object files are
stored elsewhere.
- Factor former GcImporter into GcImportData
and GcImport. Implementations with different
storage locations for object files can build
a customized GcImport using GcImportData.
This is pkg/exp only - no impact on Go 1.
R=golang-dev, lvd, rsc
CC=golang-dev
http://codereview.appspot.com/5574069
Issue 5574069: code review 5574069: exp/types: generalized GCImporter API.
(Closed)
Created 13 years, 10 months ago by gri
Modified 13 years, 8 months ago
Reviewers:
Base URL:
Comments: 0