Skip to content

Commit

Permalink
Better Joe Darcy abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
IanBriggs authored Oct 27, 2023
1 parent 2c8753f commit f9726fb
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions community-meetings.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,23 @@ <h1>FPBench Meetings</h1>
Joseph D. Darcy, Oracle
</div>
<div class="abstract">
The realm of IEEE 754 floating-point support within Java
Standard Edition boasts a robust and storied 25-year journey.
Commencing with the early adoption of the Intel x87 floating-point
co-processor, Java's trajectory has evolved significantly,
embracing an array of numeric formats, and looking forward toward
those integral to contemporary machine learning. Those who haven't
explored Java's numeric capabilities in recent years may find
themselves pleasantly surprised by the evolving landscape and
the pertinent details that have undergone transformation.
Come hear an overview of numeric support of the Java platform, an on-going
story ranging over more than a quarter century and spanning standards,
specifications, virtual machines, libraries, and compilers, including resolving
details as small as 2^-1074. The talk does not assume audience members will
already be familiar with the details of the Java platform; attendees are welcome
to ask questions about such details.
<br>
Joe is a long-time member on the JDK engineering team, first at Sun and later
Oracle. As “Java Floating-Point Czar” he has looked after Java numerics including
contributing to the design of strictfp, adding numerous floating-point math library
methods, and adding hexadecimal floating-point literals to the Java language and
library. Joe was a participant in and interim editor of the 2008 revision to the
IEEE 754 floating-point standard. Outside of numerics, Joe has done other
foundational work on the Java platform including core libraries development, Java
language changes including Project Coin, infrastructure improvements, and reviewing
platform interface updates, together with a smattering of project management and
release management along the way.
</div>
</div>

Expand Down

0 comments on commit f9726fb

Please sign in to comment.