Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A difference between software transactional memory ( STM ) and hardware transactional memory ( HTM ) is that In HTM , code is inserted by
A difference between software transactional memory STM and hardware transactional memory HTM is that
In HTM code is inserted by a compiler, while in STM user enters the appropriate code.
HTM requires existing cache hierarchies and cache coherency protocols be modified, while STM does not.
STM requires no special code instrumentation and thus has less overhead than HTM
HTM uses cache hierarchy and cache coherency protocols while STM uses software implementation in addition to the cache hierarchy and cache coherency protocols.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started