Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(195)

Delta Between Two Patch Sets: src/cmd/gc/Makefile

Issue 4634073: code review 4634073: gc: Escape analysis. (Closed)
Left Patch Set: diff -r 6e3e06fb2dc3 https://go.googlecode.com/hg/ Created 13 years, 9 months ago
Right Patch Set: diff -r adfa9f5cca40 https://go.googlecode.com/hg/ Created 13 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/cmd/gc/dcl.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 include ../../Make.inc 5 include ../../Make.inc
6 O:=$(HOST_O) 6 O:=$(HOST_O)
7 7
8 LIB=gc.a 8 LIB=gc.a
9 9
10 HFILES=\ 10 HFILES=\
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 builtin.c: builtin.c.boot 60 builtin.c: builtin.c.boot
61 cp builtin.c.boot builtin.c 61 cp builtin.c.boot builtin.c
62 62
63 subr.$O: opnames.h 63 subr.$O: opnames.h
64 64
65 opnames.h: mkopnames go.h 65 opnames.h: mkopnames go.h
66 ./mkopnames go.h >opnames.h 66 ./mkopnames go.h >opnames.h
67 67
68 CLEANFILES+=*.[568] [568].out y1.tab.c yerr.h mkbuiltin1 builtin.c _builtin.c op names.h 68 CLEANFILES+=*.[568] [568].out y1.tab.c yerr.h mkbuiltin1 builtin.c _builtin.c op names.h
69
70 mkbuiltin1: mkbuiltin1.$O
71 $(HOST_LD) -o $@ mkbuiltin1.$O -L"$(GOROOT)"/lib -lbio -l9 -lm $(HOST_LD FLAGS)
72
LEFTRIGHT
« no previous file | src/cmd/gc/dcl.c » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b