Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: src/heap.h

Issue 8568013: Introduce read buffer for external strings when using charAt (ia32). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: . Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/extensions/externalize-string-extension.cc ('k') | src/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index 1eb4640e148cf91a7ec3384ca7f0aecd19087238..b0b64fb08fb42c838ed663790fad6de2562738e5 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -110,6 +110,16 @@ inline Heap* _inline_get_heap_();
V(Map, external_string_map, ExternalStringMap) \
V(Map, external_string_with_ascii_data_map, ExternalStringWithAsciiDataMap) \
V(Map, external_ascii_string_map, ExternalAsciiStringMap) \
+ V(Map, external_buffered_symbol_map, ExternalBufferedSymbolMap) \
+ V(Map, \
+ external_buffered_symbol_with_ascii_data_map, \
+ ExternalBufferedSymbolWithAsciiDataMap) \
+ V(Map, external_buffered_ascii_symbol_map, ExternalBufferedAsciiSymbolMap) \
+ V(Map, external_buffered_string_map, ExternalBufferedStringMap) \
+ V(Map, \
+ external_buffered_string_with_ascii_data_map, \
+ ExternalBufferedStringWithAsciiDataMap) \
+ V(Map, external_buffered_ascii_string_map, ExternalBufferedAsciiStringMap) \
V(Map, undetectable_string_map, UndetectableStringMap) \
V(Map, undetectable_ascii_string_map, UndetectableAsciiStringMap) \
V(Map, external_pixel_array_map, ExternalPixelArrayMap) \
« no previous file with comments | « src/extensions/externalize-string-extension.cc ('k') | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698