public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* bytecode2 branch of Kawa uses ASM
@ 2017-10-05  6:18 Per Bothner
  0 siblings, 0 replies; only message in thread
From: Per Bothner @ 2017-10-05  6:18 UTC (permalink / raw)
  To: Kawa mailing list; +Cc: Tom B

Tom Bousso for a Google Summer of Code project ported the gnu.bytecode
code-generation library to sit on top of the ASM package.  This has the
advantage of making use of the gnu.bytecode high-level operations (including
better consistency checking) while using the popular (and more actively developed)
ASM library for lower-level class-file generation.

A version of Kawa using ASM and the re-written gnu.bytecode is in the
'bytecode2' branch of the Kawa git repository:
https://gitlab.com/kashell/Kawa/tree/bytecode2

Today I merged in the most recent Kawa 3.0 changes from master.

On the whole this branch works pretty well.  There are some testsuite failures
because the tests depend on features in the asm-all.jar rather then the
smaller asm.jar, and I haven't decided how to handle this.  There also
appears to be an infinite loop in the XQTS tests in gnu/xquery/testsuite
(which are not enabled by default).

So there is still some work to do, but I expect to merge this branch
into master at some point before the next major Kawa release.

Thanks to Tom - and Google for sponsoring him.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-05  6:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05  6:18 bytecode2 branch of Kawa uses ASM Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).