Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: * We may want to have more efficient dict representation on the heap, for example, store dict data in starlark heap rather than malloc, this is how list is implemented * This code is function is not as useful when typechecking and documentation is important: if we allocate the dict explicitly, and pass it to `heap.alloc()`, we no longer can use it as function return value Reviewed By: shonaganuma Differential Revision: D50484424 fbshipit-source-id: 2514b537c0a3790c8ec812971e11c479348975fc
- Loading branch information