| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index eae0796ff88d36a05c18545ce310d08db6c8b13f..e9033d1ad9320e50d10d79560c3f6a2c3ef60682 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -572,6 +572,11 @@ class Symbols : public AllStatic {
|
| // Initialize and setup a symbol table for the isolate.
|
| static void SetupSymbolTable(Isolate* isolate);
|
|
|
| + // Treat the symbol table as weak and collect garbage. Answer the number of
|
| + // symbols deleted from the symbol table because they where not referenced
|
| + // from anywhere else.
|
| + static intptr_t Compact(Isolate* isolate);
|
| +
|
| // Creates a Symbol given a C string that is assumed to contain
|
| // UTF-8 encoded characters and '\0' is considered a termination character.
|
| // TODO(7123) - Rename this to FromCString(....).
|
|
|