Lines Matching full:note
318 Note:
411 Note: we'll use adaptive thresholds for triggering Minor GC for minimizing STW pause
412 Note #2: we can tune minor GC by trying make concurrent marking and re-mark, but it will require co…
424 Note: If we don't have Survivor spaces we can implement non-moving generational GC.
468 Note: RSets optionally can be refined with special threads
486 Note: good choice for the applications with big heap or for applications when it is hard to provide…
488 Note: compaction is target and mode dependent, so for low-memory devices we can consider [semi-spac…
502 Note: In some architectures it is make sense to use store instead of load because it requires less …
504 Note: If it is no MMU available - it is allowed to use explicit condition for safepoint, i.e. somet…
572 Note: Sometimes we don't check if object and stored reference in different generations. Because we …
591 Note: for performance, we can put into ExecState address of conditional flag for conditional barrie…
610 (Note: not possible to use without custom built toolchain)