PLUAR: Programming Language Usenet Article Repository

A repository of Usenet articles referenced by PLNews: Programming Language News

Google Groups reference: http://groups.google.com/group/alt.lang.asm/browse_thread/thread/88bbd1be37ba3a23/
TalkAboutProgramming reference: http://talkaboutprogramming.com/group/alt.lang.asm/messages/87057.html
Full Headers

From: "randyhyde _at_ earthlink.net"
Date: Sat, 15 Oct 2005 20:43:21 +0000 (UTC)
Group(s): alt.lang.asm,comp.lang.asm.x86
Subject: HLA v1.78 is now available


Hi All,
I've just posted a new version of HLA on Webster.
HLA v1.78 includes a new @sort compile-time function that does a
quicksort using a user-defined compare operation. This dramatically
speeds up the SWITCH macro if the cases are not presorted and the
number of cases is rather large (a "bubblesort" option exists that uses
the original sort macro if you've got a huge SWITCH statement whose
cases are [mostly] sorted). I've also added an "array.lookupTable"
macro to the standard library that makes it easy to generate large
lookup tables in an associative manner (much easier to maintain).
Finally, I've fixed some problems with the Linux v1.77 release dealing
with include files and the standard library.

You can find the new download at the HLA download page:
http://webster.cs.ucr.edu/AsmTools/HLA/dnld.html

Cheers,
Randy Hyde



Copyright (c) 2005. Disclaimer.
Feedback, comments, questions, etc.: pluar _at_ tacojuice.org
Generated: 17-Oct-2005