<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-06-02T02:04:57Z</responseDate><request verb="GetRecord" identifier="oai:riuma.uma.es:10630/9889" metadataPrefix="marc">https://riuma.uma.es/rest/oai/request</request><GetRecord><record><header><identifier>oai:riuma.uma.es:10630/9889</identifier><datestamp>2026-02-03T12:03:10Z</datestamp><setSpec>com_10630_2254</setSpec><setSpec>col_10630_37959</setSpec></header><metadata><record xmlns="http://www.loc.gov/MARC21/slim" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:doc="http://www.lyncode.com/xoai" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd">
   <leader>00925njm 22002777a 4500</leader>
   <datafield ind2=" " ind1=" " tag="042">
      <subfield code="a">dc</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="720">
      <subfield code="a">Pedrero-Luque, Manuel</subfield>
      <subfield code="e">author</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="720">
      <subfield code="a">Gutiérrez-Carrasco, Eladio Damián</subfield>
      <subfield code="e">author</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="720">
      <subfield code="a">Romero-Montiel, Sergio</subfield>
      <subfield code="e">author</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="720">
      <subfield code="a">Plata-González, Óscar Guillermo</subfield>
      <subfield code="e">author</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="260">
      <subfield code="c">2015-06-11</subfield>
   </datafield>
   <datafield ind2=" " ind1=" " tag="520">
      <subfield code="a">Transactional memory (TM) offers optimistic concurrency support in modern multicore archi-&#xd;
tectures, helping the programmers to extract parallelism in irregular applications when data&#xd;
dependence information is not available before runtime. In fact, recent research focus on ex-&#xd;
ploiting thread-level parallelism using TM approaches. However, the proposed techniques are&#xd;
of general use, valid for any type of application.&#xd;
This work presents ReduxSTM, a software TM system specially designed to extract maxi-&#xd;
mum parallelism from irregular applications. Commit management and conflict detection are&#xd;
tailored to take advantage of both, sequential transaction ordering to assure correct results,&#xd;
and privatization of reduction patterns, a very frequent memory access pattern in irregular&#xd;
applications. Both techniques are used to avoid unnecessary transaction aborts.&#xd;
A function in 300.twolf package from SPEC CPU2000 was taken as a motivating irregular&#xd;
program. This code was parallelized using ReduxSTM and an ordered version of TinySTM,&#xd;
a state-of-the-art TM system. Experimental evaluation shows that ReduxTM exploits more&#xd;
parallelism from the sequential program and obtains better performance than the other system.</subfield>
   </datafield>
   <datafield ind1="8" ind2=" " tag="024">
      <subfield code="a">http://hdl.handle.net/10630/9889</subfield>
   </datafield>
   <datafield tag="653" ind2=" " ind1=" ">
      <subfield code="a">Arquitectura de ordenadores</subfield>
   </datafield>
   <datafield ind2="0" ind1="0" tag="245">
      <subfield code="a">Improving Transactional Memory Performance for Irregular Applications</subfield>
   </datafield>
</record>
</metadata></record></GetRecord></OAI-PMH>