• svenpanne's avatar
    Removed most of the bogus CompilationInfo constructor calls. · d1b5aa07
    svenpanne authored
    A CompilationInfo constructed from just an Isolate* and a Zone* is in
    weird an inconsistent state (calling e.g. flags() on it will crash),
    so we need to avoid them. This CL removes almost all of them, the
    remaining 2 call sites in (for testing only) will be handled in a
    separate CL. Things which have been changed:
    
      * Linkage is basically a decorator for CallDescriptor now.
    
      * ChangeLowering doesn't need Linkage at all.
    
      * JSGenericLowering doesn't need a full CompilationInfo*, just a
        single flag.
    
      * JSContextSpecializer doesn't need the full CompilationInfo, just a
        Context.
    
      * Removed unused CompilationInfo from SimplifiedLoweringTester.
    
    This nicely decouples things already a bit more, but there's still
    work to do...
    
    Review URL: https://codereview.chromium.org/899803003
    
    Cr-Commit-Position: refs/heads/master@{#26580}
    d1b5aa07
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include 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...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE 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...
Makefile.nacl 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...