Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:threaded

540         - Remove single-threaded optimization for FastMalloc. 
662 - Remove single-threaded optimization for FastMalloc.
3332 Coverity fix: in single-threaded case currentThreadIsMainThread is always true
4114 With a PAC file, run-webkit-tests --threaded passes, the reported site
4314 Fixed all known crashers exposed by run-webkit-tests --threaded. This covers:
4372 instead. (This fixes a leak seen while running run-webkit-tests --threaded,
4435 Interestingly, even the single-threaded testkjs shows a speed gain
4989 technique used for enabling / disabling the single-threaded optimization
4993 1,251 runs of tcmalloc_unittest, 2 runs of a custom, massively multi-threaded
5044 need to, and only for the purpose of disabling its single-threaded optimization.
11883 The crash was a result of threaded deallocation of thread-unsafe
21107 - use custom single-threaded malloc for all non-GC JavaScriptCore
24675 * kjs/testkjs.cpp: (main): Just lock around the whole thing, since the test is singly threaded.