Lines Matching full:support
41 * Support all required features from Runtime
107 However, we can also support such version of the object header(Hash is stored just after the object…
228 - support for pool extension and reduction(i.e., we can add another memory chunk to the allocator, …
267 - flexible allocation size list(required to support profile-guided allocation to improve fragmentat…
303 To make it work, allocator should support dynamic size table(or should have possibility choose from…
353 - GC should support various [modes](#overview)(performance, power-saving mode, normal mode);
357 - support for precise/exact roots
358 - GC barriers support by Interpreter and JIT
359 - safepoints support by Interpreter and JIT
361 Panda should support multiple GCs, since different GCs have different advantages(memory usage, thro…
404 So we can support it optionally for experiments. As alternative we can introduce some average age m…
489 For straight-forward approach we can consider some support from OS to minimize overlapping of semi-…
605 ## Memory sanitizers support
607 Panda Runtime should support [ASAN](https://github.com/google/sanitizers/wiki/AddressSanitizer).
612 Desirable, but not easy to support: [HWSAN](https://clang.llvm.org/docs/HardwareAssistedAddressSani…