David M. Lloyd

Results 306 comments of David M. Lloyd

I can't imagine it being too difficult, but the last thing I need is another 4+ hour task on my plate :) I guess there aren't any other good options....

Also I'm not quite sure where/how to add unit tests... this project is surprisingly complex. Any pointers are appreciated.

This is ready to go now. Opaque pointers crash LLVM 14 though, so we can only test on 15, and only on Mac for now.

Is this fixed now @dgrove-oss?

Initialization is fully functional now.

This node type did not turn out to be necessary.

The layout could be like this: * For each package, a directory which includes the class loader e.g. `boot/java/lang/` * Each package has multiple object files: * `methods.o` contains the...

This relates to #1001 since those generated interfaces also need equals/hashCode, and should share as much code as possible.