SRFI-230 Implementation
Joseph Donaldson <[email protected]> Sat, 20 Jun 2026 22:47:35 +0000 (UTC)
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_572983_1074390060.1781995655331 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, In case it is of interest or use to others, I have created a Bigloo impleme= ntation of SRFI-230: Atomic Operations. It can be found at=C2=A0https://git= hub.com/donaldsonjw/srfi230. It supports both the C and JVM backends. The C= backend use gcc/clang atomic intrinsics and the JVM uses the atomic operat= ions provided by VarHandle.=C2=A0 Best Regards,Joseph Donaldson=C2=A0 =C2=A0 ------=_Part_572983_1074390060.1781995655331 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <html><head></head><body><div class="ydp31bdf2d6yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">Hello,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">In case it is of interest or use to others, I have created a Bigloo implementation of SRFI-230: Atomic Operations. It can be found at <a href="https://github.com/donaldsonjw/srfi230" rel="nofollow" target="_blank">https://github.com/donaldsonjw/srfi230</a>. It supports both the C and JVM backends. The C backend use gcc/clang atomic intrinsics and the JVM uses the atomic operations provided by VarHandle. </div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Best Regards,</div><div dir="ltr" data-setdir="false">Joseph Donaldson </div></div></body></html> ------=_Part_572983_1074390060.1781995655331--