Skip to content

Ian-Stewart-Binks/gcc-stm-trial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== GCC STM Trial

GCC offers STM support. This repository plays with the STM support by benchmarking a linked list implementation against a traditional lock based implementation.

To run the STM implementation of the linked list, run

gcc -Wall -fgnu-tm -o tx_linked_list tx_linked_list.c

About

GCC STM Trial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published