Hi all, I'm looking for a way to collect the info from this list and get the documentation more open. Perhaps the best solution would be to organize the whole...
... Thanks, I know. However, up to now .htaccess does not work on my provider. They had it disabled on their first accounts several years ago. Hope they will...
I have a question about the WCA tool (for worst-case execution time analysis) that's included with JOP. It seems to work fine on while loops and for loops, but...
... Hi Trevor, Thanks for using the tool. I am a little too busy these days to go into it. However, your interest is motivating. Would it be an option for you...
... Unfortunately I don't have any time to fix the problem. I just wanted to know whether it's a bona fide bug or just an unimplemented feature. I assume from...
... I can try to (within a couple of weeks) to make the program at least tell that this look construct is not supported. It will probably be done by searching...
... Well, for now it doesn't matter to me whether it's fixed or not. I'm just trying to find out whether the problem I'm seeing is because: a) WCA handles...
... Trevor, I don't get your point. It's not handled correctly. What is the difference between a missing feature and a bug? If a feature is needed, but not...
Hi Laurent, ... looks like a very nice web site for your project. The only little issue is that I can't read French :-( Perhaps a short abstract in English...
... Unimplemented features aren't bugs. If a word processor doesn't flag misspelled words, is that a bug? No, it's only a bug if spell checking is implemented...
Hi, I'm working on a parallel version of JOP. Hope you remember me. I have just finished a version of the Simpcon memory arbiter that seems to work. I will...
Hi all, there is a small benchmark for embedded Java available that includes one real-world application (Kfl) and a small UDP server/client example. However,...
Hi all, there is a small benchmark for embedded Java available that includes one real-world application (Kfl) and a small UDP server/client example. However,...
... Yes, that's interesting. Please upload them to a folder. ... yes, you're right. And for the real thing (not in ModelSim) also the download of the Java...
Hi! I have been trying to port some software to JOP but the small memory stack (128 words) gives me some headache: - I have inlined countless methods (which is...
Hi Laurent, ... Could you quantify your statement a little bit? Would be interesting for me ;-) ... Yes, we could invest a lot of hardware to get a speed-up of...
Some time ago, I reported a problem getting WCA to work with any version of lp_solve higher than 5.5.0.5 [1]. I've finally discovered the source of that...
... It ... Hi Trevor, I have updated WCA so it exits with a message asking to rewrite do{}while(); constructs. You can check out the code from CVS and test it...
Hi Nelson, ... No, that's because of the method cache. The restriction of 1KB (256 words) is very conservative. I'm using JOP with a 4KB cache. If you do it...
... Thanks Trevor. I've pached the WCA file and checked the results of the wcet benchmarks. mmh, the result is now different on 3 of the 4 benchmarks. The...
====================================================================== CALL FOR PAPERS The 5th Workshop on Java Technologies for Real-Time and Embedded Systems...
... Not at the moment. Unless Trevor can see why the WCET changed, then I would suggest to roll back to the pre-patched version? It would be better if WCET had...
... If the method under analysis calls other methods, it looks like some of the starting and terminating functions are in fact specified. My patch didn't take...
For all of you who care about the VHDL files: In the many top-level files there was too much duplicated code. So I added one component between the top-level...