LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Mon Jun 4 13:45:39 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/06 04:13:45

    Modified: jop/java/target/src/test/gcinc Concurrent.java
    Log:
    no message


    Revision Changes Path
    1.4 jop/java/target/src/test/gcinc/Concurrent.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/gcinc/Concurrent.java.diff?r1=1.3&r2=1.4

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: Concurrent.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/test/gcinc/Concurrent.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- Concurrent.java 31 May 2007 18:22:29 -0000 1.3
    +++ Concurrent.java 4 Jun 2007 11:45:38 -0000 1.4
    @@ -13,11 +13,11 @@
    */
    public static void main(String[] args) {

    - a = new SimpVector(25);
    + a = new SimpVector(20);
    b = new SimpVector(100);
    c = new SimpVector(999);

    - new RtThread(2, 200000) {
    + new RtThread(2, 300000) {
    public void run() {
    for (;;) {
    c.run();
    @@ -25,7 +25,7 @@
    }
    }
    };
    - new RtThread(3, 34560) {
    + new RtThread(3, 100560) {
    public void run() {
    for (;;) {
    b.run();
    @@ -33,7 +33,7 @@
    }
    }
    };
    - new RtThread(4, 23450) {
    + new RtThread(4, 50450) {
    public void run() {
    for (;;) {
    a.run();
    @@ -42,7 +42,7 @@
    }
    };

    - new RtThread(1, 3456) {
    + new RtThread(1, 1000) {
    public void run() {
    for (;;) {
    // int time = RtSystem.currentTimeMicro();



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.