Search the web
Sign In
New User? Sign Up
java-processor · Java Processor
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 625 - 654 of 1781   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
625
... Yes, and I am using the Threads correctly. I am simulating on the pc because I am using Jpcap to capture Network traffic and to test the stack; I am using...
Nelson Langkamp
nelzonegalzone
Offline Send Email
Dec 1, 2006
10:18 am
626
... Mmh, that will probably not work (or lets say work very well). Simulation of RtThreads mapped to java.lang.Thread is not perfect. Perhaps it's easier to...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 1, 2006
3:16 pm
627
The following java-processor poll is now closed. Here are the final results: POLL QUESTION: Ant vs. make: Shall we move to ant as the primary build tool for...
java-processor@yahoog...
Send Email
Dec 2, 2006
10:37 am
628
... I'm curious why 3 people voted in favor of Make. Why do people like it so much? Is it because Make runs faster than Ant? Trevor...
Trevor Harmon
vocaro2000
Offline Send Email
Dec 2, 2006
7:51 pm
629
... As there is a slight majority to use ant as build tool we should move. So please make yourself comfortable with the build process using ant. Check your...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 3, 2006
1:53 pm
630
... I looked into this back on November 3 [1], but as far as I can tell, there's no way to fix this without changing Ant itself. Then again, I'm not exactly an...
Trevor Harmon
vocaro2000
Offline Send Email
Dec 4, 2006
3:25 am
631
... ok, thanks. I tried to use the parameter spawn for down.exe, but than it runns in background and we have no output. We have to find a different solution....
Martin Schoeberl
jopdesign
Offline Send Email
Dec 4, 2006
8:49 am
632
I've downloaded the ejip, but it still need several other package such as com.joddesign. Where can I find it? I also downloaded jop.zip, but I didn't find...
deer_ball
Offline Send Email
Dec 11, 2006
8:09 am
633
... In directory java/target/src/common Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 11, 2006
8:16 am
634
Hi! I am trying to port my Java TCP/IP stack to Jop. I am directly trying to run it on JOP as JopSim does not allow me to access the network, I guess. I get...
Nelson Langkamp
nelzonegalzone
Offline Send Email
Dec 12, 2006
5:19 pm
635
... why does JopSim not allow you to access the network? However, running on the hardware (the real thing) is more fun, isn't it ;-) ... Ok, the clazzinit()...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 12, 2006
6:24 pm
636
... This is the first I've heard about a mini-JVM. I can't find a description of it in your thesis; is it described elsewhere? I'm confused about why it's...
Trevor Harmon
vocaro2000
Offline Send Email
Dec 13, 2006
1:03 am
637
... I think that this is a post-thesis work, or it's just an implementation detail not worth mention in a thesis ;-) ... It's of course not faster, but it only...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 13, 2006
8:11 am
638
... Oh, I see. When you said "can be very long to initialize," I thought you meant long in time. ... So the issue is that these initializer methods *could* fit...
Trevor Harmon
vocaro2000
Offline Send Email
Dec 16, 2006
10:05 am
639
... Correct. Class initializer methods will run (at maximum) only once on every JVM. I found a few very large class initializers (~ 32 KB) in the JDK. And a 32...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 16, 2006
10:25 am
640
... Is this true? I didn't know this restriction was in the specs. For example, if the JVM is low on memory, and it detects that there are no instances of a...
Trevor Harmon
vocaro2000
Offline Send Email
Dec 16, 2006
11:09 am
641
... Yes, that's true. But I don't see it as a restriction. ... No, that's defenitely not allowed. Here are a few links on initialization: ...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 16, 2006
12:11 pm
642
... I don't mean restriction as in "disadvantage". I'm just wondering if I write a JVM that handles a low-memory situation the way I described, would I be...
Trevor Harmon
vocaro2000
Offline Send Email
Dec 16, 2006
8:11 pm
643
... I did not consider more than one class loader. So it gets initialized once per class loader. That means with a single one just once. Now we're both right...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 16, 2006
9:44 pm
644
I am umesh kacha student of computer engineering.I want to make a jvm on hardware as my final year project.I have read many forums and visited many web sites...
Umesh Kacha
umesh_kacha
Offline Send Email
Dec 23, 2006
2:45 pm
645
... The question is: Do you want to do the electronic/PCB design and just use JOP or do you want to build your own processor. If you want to do your own...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 23, 2006
8:36 pm
646
Native methods are implemented as 'special' bytecodes in JOP. As I had just to implement one for a project I've added a short description how to do it in ...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 27, 2006
6:06 pm
647
Hi everybody!!, I'm simulating JOP with Modelsim. The problem is that I can't get output from JOP (e.g The "Hello world!" message from Hello.java). I just got...
andreotti98
Offline Send Email
Dec 27, 2006
7:09 pm
648
... .... You have to run the simulation longer till about 10 ms to get your 'Hello World' message. From the first message till the execution of main() some...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 28, 2006
8:50 am
649
Dear all, I've a funded project (for JOP) that goes till June 2007 (hard deadline). However, there is still a lot to do and I need some help. The payment is ...
Martin Schoeberl
jopdesign
Offline Send Email
Dec 28, 2006
10:35 pm
650
Well, I did what you said and is working properly. After increasing the simulation step the message appear after 8ms of simulation. Thanks!...
andreotti98
Offline Send Email
Dec 28, 2006
10:39 pm
651
I'm trying to build JOP in ISE 8.2 but when I run the Translate process I get the following error messages: Command Line: C:\Xilinx\bin\nt\ngdbuild.exe -ise ...
Mike Roddewig
therealfigster
Offline Send Email
Jan 7, 2007
8:33 pm
652
Mike, some of the VHDL files are generated by assembling the JVM microcode. You first have to build the tools and than assmble the JVM: make (or ant) tools ...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 8, 2007
7:52 am
653
I have created the first basis for an Eclipse plugin for the Java Optimized Processor. It is a way to develop JOP programs from within Eclipse. It has many...
RASMUS_PEDERSEN
Offline Send Email
Jan 10, 2007
9:50 am
654
thank's for providing the plugin, the sources, and the short HOWTO. ... I managed to import the projects, generate a new version (with a minor edit), and...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 10, 2007
3:24 pm
Messages 625 - 654 of 1781   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help