Reviewers: Kasper Lund,

Message:
First cut at removing function boilerplate objects. If you get the time please take a first pass as this is a rather large change. I'll pick it up on Monday in
California again.

Thanks,
-Ivan

Missing: non-ia32 architectures, simple closure creation
Test failure: test-log-stack-tracer


Description:
- Remove function boilerplate objects and use SharedFunctionInfos in
  their place.
- Add one field to the SharedFunctionInfo to remember the number of
  literals used in this function.


Please review this at http://codereview.chromium.org/669240

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/api.h
  M     src/api.cc
  M     src/ast.h
  M     src/bootstrapper.h
  M     src/bootstrapper.cc
  M     src/codegen.h
  M     src/codegen.cc
  M     src/compilation-cache.h
  M     src/compilation-cache.cc
  M     src/compiler.h
  M     src/compiler.cc
  M     src/data-flow.cc
  M     src/debug.h
  M     src/debug.cc
  M     src/factory.h
  M     src/factory.cc
  M     src/fast-codegen.cc
  M     src/full-codegen.cc
  M     src/handles.h
  M     src/handles.cc
  M     src/heap.h
  M     src/heap.cc
  M     src/ia32/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/fast-codegen-ia32.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/parser.cc
  M     src/prettyprinter.cc
  M     src/rewriter.cc
  M     src/runtime.cc
  M     src/usage-analyzer.cc
  M     test/cctest/test-compiler.cc
  M     test/cctest/test-func-name-inference.cc
  M     test/cctest/test-log-stack-tracer.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to