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
  • 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: Sat Nov 18 17:29:43 CET 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/11 18:17:29

    Modified: jop/java/target/src/common/com/jopdesign/sys GC.java
    Log:
    print memory size in words


    Revision Changes Path
    1.27 jop/java/target/src/common/com/jopdesign/sys/GC.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/GC.java.diff?r1=1.26&r2=1.27

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

    Index: GC.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/GC.java,v
    retrieving revision 1.26
    retrieving revision 1.27
    diff -u -b -r1.26 -r1.27
    --- GC.java 4 Nov 2006 23:27:59 -0000 1.26
    +++ GC.java 18 Nov 2006 16:29:43 -0000 1.27
    @@ -131,6 +131,7 @@
    heapStartB = heapStartA+semi_size;

    log("");
    + log("memory size", mem_size);
    log("handle start ", mem_start);
    log("heap start", heapStartA);
    log("heap size (bytes)", semi_size*4*2);



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