[drlvm] src/test side-by-side with vm and build?

2006-08-14 Thread Zakirov, Salikh
Hi, in the below commit Geir has added several dozens files under drlvm/trunk/src/test Since we have two directories on the top-level, build with build system, and vm with everything else (sources, tests, documentation), it seems very confusing to have 'src' directory at the top level.

Remove --non-interactive from svn commaind line in svn-prop (HARMONY-980)

2006-08-02 Thread Zakirov, Salikh
Geir, I thought HARMONY-980 was intended for enhanced/drlvm/trunk/build/make/build.xml Could you please apply the change there too? Thanks a lot! -- Salikh Zakirov, Intel Middleware Products Division -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[general] Commit comments

2006-08-02 Thread Zakirov, Salikh
Geir, I believe it is probably unintentional, but you have forgot to include any comment on what the change does to the code. I think we should strive to make commit messages self-sufficient. Specifying JIRA issues can be nice, but in the long run, it is not very convenient to have to look up

RE: removed String.java

2006-06-30 Thread Zakirov, Salikh
Hi Mark, DRLVM developers, it looks like the issue HARMONY-666 to remove String and StringBuffer was not accompanied with corresponding update of org.apache.harmony.kernel.vm.VM (move intern() native method from String to VM). As I am planning to do some experiments with string interning in

RE: DRLVM contribution - try this out!

2006-05-03 Thread Zakirov, Salikh
I took a brief look at the code and the documentation, and noticed that DRLVM is written in C++ instead of plain C. Is there any particular reason for using C++? DRLVM reuses some C++ code from earlier Intel research projects (of course, code origin was carefully tracked and certified), and