language:
Find link is a tool written by Edward Betts.searching for Threaded code 22 found (45 total)
alternate case: threaded code
Memory-level parallelism
(508 words)
[view diff]
exact match in snippet
view article
find links to article
extracting such parallelism from what appears to be non-parallel single threaded code. Memory disambiguation Memory dependence prediction Hardware scout RunaheadConcurrent Pascal (707 words) [view diff] exact match in snippet view article find links to article
languages are extensions of Niklaus Wirth's Pascal, and share a common threaded code interpreter. The following describes how Concurrent Pascal differs fromEEMBC (439 words) [view diff] exact match in snippet view article find links to article
AutoBench 1.1 - single-threaded code for automotive, industrial, and general-purpose applications Networking - single-threaded code associated with movingEdinburgh Compatible Context Editor (421 words) [view diff] exact match in snippet view article find links to article
coded to allow complex commands to be built up. A technique similar to threaded code in the Forth environment. The current ECCE release is licensed underExplicit multi-threading (1,572 words) [view diff] exact match in snippet view article find links to article
ICE) can achieve the same performance as the fastest hand-tuned multi-threaded code on XMT systems. Such inductive lock-step approach stands in contrastMemory ordering (3,428 words) [view diff] exact match in snippet view article find links to article
ensure that the reordering does not change the output of ordinary single-threaded code. The memory order is said to be strong or sequentially consistent whenOpen64 (674 words) [view diff] exact match in snippet view article find links to article
optimizations designed for x86 multi-core processor advancements and multi-threaded code development. AMD supports Open64 as a complementary compiler to GCCIronPython (2,005 words) [view diff] exact match in snippet view article find links to article
python.org. Retrieved 2011-04-04. IronPython has no GIL and multi-threaded code can use multi core processors. "Python's Hardest Problem, Revisited"Processor power dissipation (2,009 words) [view diff] exact match in snippet view article find links to article
increases in clock rates and instruction-level parallelism, so that single-threaded code executed faster on newer processors with no modification. More recentlyGlobal interpreter lock (644 words) [view diff] exact match in snippet view article find links to article
python.org. Retrieved 2011-04-04. IronPython has no GIL and multi-threaded code can use multi core processors. "HammerDB Concepts and Architecture"OpenStep (2,280 words) [view diff] exact match in snippet view article find links to article
PostScript layer of the Sun X11 server, making the AppKit tolerant of multi-threaded code (as Project DOE was inherently heavily multi-threaded), implementingAutomatic parallelization tool (2,259 words) [view diff] exact match in snippet view article find links to article
serial portions of the input program into semantically equivalent multi-threaded code. Automatic parallelization determines the loops that are good work sharingSoftware design pattern (2,860 words) [view diff] exact match in snippet view article find links to article
No — Scheduler Explicitly control when threads may execute single-threaded code. No — Service handler pattern For each request, a server spawns a dedicatedRobert Dewar (1,802 words) [view diff] case mismatch in snippet view article find links to article
in Bennington, Vermont. Dewar, Robert B. K. (June 1975). "Indirect Threaded Code". Communications of the ACM. 18 (6): 330–331. doi:10.1145/360825.360849Reentrant mutex (692 words) [view diff] exact match in snippet view article find links to article
"tricky" to use correctly, and recommends their use for adapting single-threaded code without changing APIs, but "only when no other solution is possible"Uzi Vishkin (1,782 words) [view diff] exact match in snippet view article find links to article
ICE) can achieve the same performance as the fastest hand-tuned multi-threaded code on XMT systems. Such inductive lock-step approach stands in contrastMulti-core processor (5,715 words) [view diff] exact match in snippet view article find links to article
Consequently, such code is much more difficult to debug than single-threaded code when it breaks. There has been a perceived lack of motivation for writingMIPS architecture (8,199 words) [view diff] exact match in snippet view article find links to article
to save the $gp register instead of the called function. For multi-threaded code, the thread local storage pointer is typically stored in special hardwareNim (programming language) (5,677 words) [view diff] exact match in snippet view article
include mutation, global state access or modification, asynchronous code, threaded code, and IO. Mutation of parameters may occur for functions taking parametersJava ConcurrentMap (3,133 words) [view diff] exact match in snippet view article find links to article
approaches is that the assumption of complete atomicity made by some single-threaded code creates sporadic unacceptably long inter-Thread delays in a concurrentComparison of Java and C++ (5,725 words) [view diff] exact match in snippet view article find links to article
elide locks, significantly improve the performance of naive multi-threaded code. Also, some performance problems occur in C++: Allowing pointers toC++11 (13,125 words) [view diff] exact match in snippet view article find links to article
function does not return, and carries_dependency to help optimizing multi-threaded code by indicating that function arguments or return value carry a dependency