lancet icon indicating copy to clipboard operation
lancet copied to clipboard

surgical precision JIT compilers

Results 6 lancet issues
Sort by recently updated
recently updated
newest added

Ability to dynamically change object's mixin characteristics would be helpful for implementing languages with dependent types. Main issue with such schemes can be performance. So there should be a way...

When implementing objects who's type changes at run time due to state change accessing and updating current object references to a new object may be helpful. (https://github.com/TiarkRompf/lancet/issues/8) Also would be...

If a there is a particular operations can be reasoned to be faster in a particular platform, the ability to specify particular strategy how a block of code translates to...

Ability to support more types than the Java primitives like unsigned, IEEE 754 Quads, Decimal and Extended Precision, etc. Also any type the user wants. If the underlying platform supports...

In some language implementations you can reason over how GC can be done in a more efficient way (E.g. Erjang). In this context it would be helpful on being able...

Is it possible to have have a way to specify quasi C++ style delete but a more safer way. Basically Grizzly (https://grizzly.java.net/) style memory management in the context of general...