Reviewers: Benedikt Meurer, Michael Starzinger,

Message:
I'd like some comments on the ia32 port.

Description:
Call JS functions via native context instead of js builtins object.

For this, we introduce a new runtime function intrinsic type, which
represent native context slots.

R=bmeu...@chromium.org, mstarzin...@chromium.org

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

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

Affected files (+360, -519 lines):
  M src/array-iterator.js
  M src/assembler.cc
  M src/ast.h
  M src/ast-value-factory.h
  M src/bootstrapper.h
  M src/bootstrapper.cc
  M src/code-stubs-hydrogen.cc
  M src/collection.js
  M src/compiler/ast-graph-builder.cc
  M src/contexts.h
  M src/date.js
  M src/full-codegen/ia32/full-codegen-ia32.cc
  M src/harmony-reflect.js
  M src/harmony-spread.js
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  M src/json.js
  M src/messages.js
  M src/object-observe.js
  M src/parser.cc
  M src/pattern-rewriter.cc
  M src/prettyprinter.cc
  M src/prologue.js
  M src/promise.js
  M src/proxy.js
  M src/regexp.js
  M src/runtime.js
  M src/runtime/runtime.h
  M src/runtime/runtime.cc
  M src/runtime/runtime-internal.cc
  M src/templates.js
  M src/v8natives.js
  M test/cctest/compiler/test-run-jscalls.cc
  M test/cctest/test-parsing.cc
  M test/mjsunit/compiler/jsnatives.js


--
--
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