Reviewers: rossberg, arv,

Message:
Not much to review here (it's mostly deletion), but I could probably do with
improving the CL description. Suggestions welcome.

Description:
Simplify module context allocation for context-independent module compilation

The old module context allocation code assumed that all modules linked together would be available at code generation time. Now that lexical modules are gone,
that is never the case.

More work will be needed once linking is implemented, but for now it seems
reasonable to slim down the code to the bare minimum and build it up again
as needed. A design doc for linking is forthcoming.

BUG=v8:1569

Please review this at https://codereview.chromium.org/1110273002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+34, -786 lines):
  M src/arm/full-codegen-arm.cc
  M src/arm64/full-codegen-arm64.cc
  M src/ast.h
  M src/ast-numbering.cc
  M src/bailout-reason.h
  M src/compiler.cc
  M src/compiler/ast-graph-builder.cc
  M src/compiler/ast-loop-assignment-analyzer.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/hydrogen.cc
  M src/ia32/full-codegen-ia32.cc
  M src/mips/full-codegen-mips.cc
  M src/mips64/full-codegen-mips64.cc
  M src/ppc/full-codegen-ppc.cc
  M src/prettyprinter.cc
  M src/rewriter.cc
  M src/runtime/runtime.h
  M src/runtime/runtime-scopes.cc
  M src/typing.cc
  M src/x64/full-codegen-x64.cc
  M src/x87/full-codegen-x87.cc


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to