<div dir="ltr"><div><div><div><div>Hello graAll,<br><br></div>From  the documentation and videos about graal,  I understand that code in any language should be quite efficient when running under graal.  However, are there specific cases for which one language should perform better than the others?<br><br></div>For instance, suppose I want to implement matrix multiplication, doing this in a java matrix is expected to be as efficient as storing the data in a ruby array?  Will the compiler identify that the data in the ruby array are doubles and manage to turn this in as efficient code as storing in a double java matrix?<br><br></div>Also, efficient matrix multiply algorithms read the matrix in special order to maximize the use of data in the registry.  Should the same be considered when using graal or will the compiler manage to do its magic by itself?<br><br><br></div>Thanks<br><div><div><div><div><br clear="all"><div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Rodrigo Botafogo<br><br></div>
</div></div></div></div></div></div>