chakra-core/ChakraCore

[linux] Re-enable static valid pointer maps

開放

#343 建立於 2016年2月18日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (1,225 個分叉)batch import
Linuxhelp wanted

倉庫指標

星標
 (9,258 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Static valid pointer maps for the Recycler are disabled on Linux builds. This is because the maps (under lib\Common\Memory\ValidPointerMap) generated don't currently compile with clang. The generation code (GenerateValidPointersMap) in HeapInfo.cpp needs to be updated to generate cross-platform VPMs, after which we can re-enable the feature.

貢獻者指南