Add experimental support for external two-byte symbols.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 17 Nov 2008 15:13:40 +0000 (15:13 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 17 Nov 2008 15:13:40 +0000 (15:13 +0000)
commit96d15ef6b43031d2afa1f253607120b686ab0713
treea14d40499afdb998e99e1ed1f3c2a05fc101aa77
parent23a3ecbebd61e656a4fcfd4f7979b2f3d37b96ff
Add experimental support for external two-byte symbols.

This might be a big win in a browser setting where a lot of string
conversions can be avoided.  On the other hand it adds extra pressure
on the global handle system.
Review URL: http://codereview.chromium.org/11404

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@772 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/heap-inl.h
src/heap.cc
src/heap.h
src/objects.cc
test/cctest/test-api.cc