I was wondering if it was possible that I could use the Clojure programming language to program ontop of the JOP Â ??? Â Thanks, David Blubaugh ... From:...
2464
magnushartvig
Dec 9, 2012 1:43 am
As long as it compiles down into JVM bytecodes, I can't see why not....
2465
magnushartvig
Dec 9, 2012 2:48 am
I was scouring the net for any information about JOP and came across this: ...
2466
Martin Schoeberl
jopdesign
Dec 9, 2012 5:27 am
As far as I know this project is a fork. I've met the author, but don't have really knowledge of this project. Cheers, Martin...
2467
Martin Schoeberl
jopdesign
Dec 10, 2012 3:23 am
Where do you have numbers that the method cache performs lees good than a normal instruction cache? In my 2004 paper in the last table the method cache...
2468
magnushartvig
Dec 18, 2012 6:18 am
My mistake. I misread the Future Work section of your presentation to mean there was still a lot of work to do to get it to perform well. I'm still absorbing...
2469
c.p.bridges@...
cpbridges_ssc
Dec 20, 2012 5:05 pm
This would be VERY useful if anyone wanted to give this a go? Happy Christmas and a Happy New Year! Cheers! Chris From: "Martin com>"...
2470
magnushartvig
Jan 7, 2013 3:33 am
I am considering a fill and spill implantation. What would be an ideal fill and spill design for JOP? Are there any good references I can use for guidance?...
2471
Martin Schoeberl
jopdesign
Jan 22, 2013 5:12 pm
Hi all, SEUS is looking for more paper submissions. JOP related material would be a quite good fit. Cheers, Martin ... Hi all, SEUS is looking for more paper...
2472
mahabaleshpatil
Feb 7, 2013 7:50 pm
how to execute the following code .Please help me out how to configure in netbeans or eclips http://code.google.com/p/gdata-java-client/downloads/list...
2473
Martin Schoeberl
jopdesign
Feb 7, 2013 7:53 pm
This question is too general to be answered, sorry. Configuration of Eclipse for the JOP source is described in the JOP Reference Handbook. Cheers, Martin...
2474
Mahabalesh Patil
mahabaleshpatil
Feb 8, 2013 8:15 am
sir its the source code file but i m not getting how to add those files in netbeans or eclips. I cant import that project please help me out sir. ...
2475
magnushartvig
Mar 16, 2013 2:55 am
I just finished reading the paper "Embedded JIT Compilation with CACAO on YARI" and I am very sad and dissapointment by the conclusion: a well designed JVM...
2476
Martin Schoeberl
jopdesign
Mar 16, 2013 11:13 am
CACAO with YARI and JOP are two designs optimized for different design points. YARI for average speed and JOP for time predictability. You can get worst-case...
2477
Bruce Boyes
bruceaboyes
Mar 16, 2013 4:28 pm
Disclaimer: I am not an academic, and my benchmarks are simplistic. All this is my opinion and could be completely wrong. But I have developed hard real-time...
2478
George Hovey
hovey_george
Mar 17, 2013 3:04 pm
Re SHAP: I played around with this for a bit. The documents available at the SHAP site are tantalizing and promise amazing performance. However, the...
2479
paulin.niels
Apr 18, 2013 6:26 am
Dear members I consider to use JOP as an embedded part in a bigger design. The most important criteria is LOW POWER. Does anyone have experiences with that? ...
Dear Oleg Thanks a lot for this useful information, ... and thank you for your fast reply. All the best Niels...
2482
paulin.niels
Apr 19, 2013 4:15 pm
Dear friends I need a ready to use porting to Xilinx Spartan-6 or eventually Spartan-3 family, supported by ISE. Can anyone help me? Best regards Niels...
2483
Martin Schoeberl
jopdesign
Apr 23, 2013 9:35 am
Hi Niels, we can help you, but need a more detailed question what you need. Several different Xilinx boards are supported (Spartan 3, Virtex,..). So there...
2484
Niels Paulin
paulin.niels
Apr 23, 2013 11:47 am
Hi Martin THANK YOU so much for your fast reply. It was interesting for me to discover that you now are employed at DTU. This is the tech. university where I...
2485
Martin Schoeberl
jopdesign
Apr 30, 2013 8:51 am
Hi Niels, look into the Xilinx projects under xilinx/s3sk and xilinx/nexys2 for a start with a Spartan3 version. Muvium is not open source, sorry. You might...
2486
Oleg Belousov
strijar
Apr 30, 2013 9:29 am
Hello! 2013/4/30 Martin Schoeberl <martin@...> ... Look version Spartan-6 for ZTEX board too (with DDR2 MIG)...
2487
nharvey009
May 3, 2013 9:01 am
Hello, I am trying to run an SCJ application on JOP, on the default target DE-70 board. At the moment I am just trying to run the scjhello SCJ example...
2488
Juan
jricardo_rr
May 4, 2013 9:01 am
Hi Nick, Do you also get the error while running the program in the simulator? I just ran it and works fine. SCJ implementation in JOP works with some...
2489
Nicholas Harvey
nharvey009
May 6, 2013 2:44 am
Hello, Yes I get the error while running either on jsim, modelsim or on a board. I continue to get the same error with the latest edition (previously I was ...
2490
Niels Paulin
paulin.niels
May 6, 2013 8:20 am
Thanks a lot! Have a nice day at DTU (!) Niels...
2491
Juan Rios
jricardo_rr
May 23, 2013 8:15 am
Hi NIck, Perhaps the error is related to not setting the "USE_SCOPES=true" parameter in the Makefile. SCJ uses scoped memory instead of GC so you need to set...
2492
Nicholas Harvey
nharvey009
May 24, 2013 12:48 am
Hi Juan, Thank you, that fixed the issue. Your help is much appreciated. Cheers, Nick...