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: Sat Sep 16 23:28:32 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/09 16:23:28

    Modified: jop/java/tools/src/com/jopdesign/build JOPizer.java
    Log:
    replace IINC by ILOAD, PUSH, IADD, and ISTORE


    Revision Changes Path
    1.13 jop/java/tools/src/com/jopdesign/build/JOPizer.java

    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/JOPizer.java.diff?r1=1.12&r2=1.13

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

    Index: JOPizer.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/JOPizer.java,v
    retrieving revision 1.12
    retrieving revision 1.13
    diff -u -b -r1.12 -r1.13
    --- JOPizer.java 23 Jan 2006 17:42:23 -0000 1.12
    +++ JOPizer.java 16 Sep 2006 21:28:32 -0000 1.13
    @@ -215,6 +215,10 @@
    BuildVT vt = new BuildVT(jz);
    jz.iterate(vt);

    + // replace the wide instrucitons generated
    + // by Sun's javac 1.5
    + jz.iterate(new ReplaceIinc(jz));
    +

    // change methods - replace Native calls
    // TODO: also change the index into the cp for the



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