• Matthew Dempsky's avatar
    cmd/compile: explicitly disallow mixing -iexport={false,true} · eec8fb5e
    Matthew Dempsky authored
    flagiexport currently controls not just whether to use the indexed
    export format when writing out package data, but also how symbol
    import logic works. In particular, it enables lazy loading logic that
    currently doesn't work with packages imported via bimport.
    
    We could change the import logic to base decisions on the export data
    format used by the packages that individual symbols were loaded from,
    but since we expect to deprecate and remove bimport anyway and there's
    no need for mixing bimport and iimport, it's simpler to just disallow
    mixing them.
    
    Change-Id: I02dbac45062e9dd85a1a647ee46bfa0efbb67e9d
    Reviewed-on: https://go-review.googlesource.com/110715Reviewed-by: 's avatarRobert Griesemer <gri@golang.org>
    eec8fb5e
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...