Use java.util.List in type system

Renze Torensma renzetorensma at gmail.com
Tue Apr 7 21:46:31 UTC 2015


Thanks for your suggestions! Now I know why no current implementation uses the java.util.List subclasses :)

I will have a look at the implementations of jRuby and ZipPy, and I will start with a minimal version of my own List class.

Renze
> On 7 apr. 2015, at 20:17, Stefan Marr <java at stefan-marr.de> wrote:
> 
> Hi Renze:
> 
>> On 07 Apr 2015, at 20:09, Christian Humer <christian.humer at gmail.com> wrote:
>> 
>> You can get some inspiration on the array implementation of JRuby:
>> https://github.com/jruby/jruby/blob/master/truffle/src/main/java/org/jruby/truffle/runtime/core/RubyArray.java
> 
> Also interesting might be ZipPy’s solution:
> 
> https://bitbucket.org/ssllab/zippy/src/03c969e32efd9dd6f2949f71b5a8ecd79b962741/edu.uci.python.runtime/src/edu/uci/python/runtime/sequence/?at=default
> 
> Best regards
> Stefan
> 
> -- 
> Stefan Marr
> INRIA Lille - Nord Europe
> http://stefan-marr.de/research/
> 
> 
> 



More information about the graal-dev mailing list