diff --git a/docs/memory-management.md b/docs/memory-management.md index 11b0194f476d530372e2b50a9bfda8e140628ed8..5f95f3bafecdd82898eb8003ed660fe002b173d3 100644 --- a/docs/memory-management.md +++ b/docs/memory-management.md @@ -34,8 +34,6 @@ Mode are chosen at the startup time (we'll use profile info from cloud for that) ## Object header -Rationale see [here](memory-management-overview.md). - ### Requirements * Support all required features from Runtime @@ -214,9 +212,6 @@ String: +------------------------------------------------+ ``` -See research [here](./memory-management-overview.md#possible-string-objects-size-reduction). -About JS strings and arrays see [here](./memory-management-overview.md#js-strings-and-arrays). - ## Allocators Requirements: