1. 19 Aug, 2009 1 commit
  2. 18 Aug, 2009 11 commits
  3. 17 Aug, 2009 9 commits
  4. 15 Aug, 2009 3 commits
    • Robert Griesemer's avatar
      snapshot: · e5874223
      Robert Griesemer authored
      - renamed Z -> Int
      - made Int ops methods on *Int
      - "install" assembly routines dynamically
      - replace mulVW functions with mulAddVWW
        of equivalent performance but symmetric functionality
        to divWVW
      - implemented scanN
      
      status:
      - need mulNN (trivial)
      - need division/modulo after which the set of
        elementary operations is complete
      - to/from string conversion working
      
      R=rsc
      DELTA=320  (124 added, 50 deleted, 146 changed)
      OCL=33308
      CL=33341
      e5874223
    • Russ Cox's avatar
      runtime gc bug. · b21425dd
      Russ Cox authored
      semacquire might move to another m.
      
      R=r
      DELTA=5  (2 added, 2 deleted, 1 changed)
      OCL=33317
      CL=33326
      b21425dd
    • Robert Griesemer's avatar
      - remove language on forward decls · 4023dce7
      Robert Griesemer authored
      - remove language on (in-)complete types
      
      DELTA=95  (8 added, 62 deleted, 25 changed)
      OCL=33310
      CL=33322
      4023dce7
  5. 14 Aug, 2009 12 commits
  6. 13 Aug, 2009 4 commits
    • Russ Cox's avatar
      debugging symbols for 8g. · 45ce8255
      Russ Cox authored
      backtraces don't work,
      but they didn't work when i started either.
      
      R=ken
      OCL=33230
      CL=33230
      45ce8255
    • Kai Backman's avatar
      fix typo · 8149a8c6
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=33209
      CL=33227
      8149a8c6
    • Russ Cox's avatar
      6g/6l: add go type information to symbol table. · 311c0b48
      Russ Cox authored
        archive size +70%
        binary size +30%
      
      old
      
      wreck.mtv=; ls -l /Users/rsc/bin/{godoc,gofmt}
      -rwxr-xr-x  1 rsc  eng  1487922 Aug 13 13:21 /Users/rsc/bin/godoc
      -rwxr-xr-x  1 rsc  eng   995995 Aug 13 13:21 /Users/rsc/bin/gofmt
      wreck.mtv=; du -sh $GOROOT/pkg/
      9.5M	/home/rsc/go/pkg/
      wreck.mtv=;
      
      new
      
      wreck.mtv=; ls -l /Users/rsc/bin/{godoc,gofmt}
      -rwxr-xr-x  1 rsc  eng  2014390 Aug 13 14:25 /Users/rsc/bin/godoc
      -rwxr-xr-x  1 rsc  eng  1268705 Aug 13 14:25 /Users/rsc/bin/gofmt
      wreck.mtv=; du -sh $GOROOT/pkg
       16M	/home/rsc/go/pkg
      wreck.mtv=;
      
      R=ken
      OCL=33217
      CL=33220
      311c0b48
    • Russ Cox's avatar
      makefile fixes; convert runtime to use new makefiles · 090efde4
      Russ Cox authored
      R=r
      DELTA=67  (17 added, 29 deleted, 21 changed)
      OCL=33215
      CL=33219
      090efde4