Reviewers: Vyacheslav Egorov,

Message:
Many of the changes should be trivial, just to support pure ASCII/UC16 all the
way through, and not just UTF-8.

Description:
Change scanner buffers to not use utf-8.
Make preparser keep its symbol text itself instead of relying on the scanner.

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

Affected files:
  M src/factory.h
  M src/factory.cc
  M src/globals.h
  M src/heap-inl.h
  M src/heap.h
  M src/heap.cc
  M src/objects.h
  M src/objects.cc
  M src/parser.h
  M src/parser.cc
  M src/preparse-data.h
  M src/preparse-data.cc
  M src/preparser.cc
  M src/scanner-base.h
  M src/scanner-base.cc
  M src/scanner.h
  M src/scanner.cc
  M src/utils.h
  M test/cctest/test-parsing.cc


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

Reply via email to