• adamk's avatar
    [modules] Detect and throw exceptions for cyclic dependencies · b48eb569
    adamk authored
    Use an unordered_map<Module, unordered_set<String>> to keep track
    of visited Module/ExportName pairs during ResolveExport.
    
    This required adding a Hash() method to Module, which is accomplished
    by allocating a Symbol and storing it in the SharedFunctionInfo::name
    slot, then delegating the hash to that Symbol.
    
    Also added a helper method Module::shared() to easily get ahold of
    the SharedFunctionInfo and call it in the appropriate places instead
    of re-doing the ternary operator.
    
    BUG=v8:1569
    
    Review-Url: https://codereview.chromium.org/2367623004
    Cr-Commit-Position: refs/heads/master@{#39743}
    b48eb569
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...