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

Unified Diff: src/cmd/5l/l.h

Issue 4383047: code review 4383047: ld: 25% faster (Closed)
Patch Set: diff -r 543d4c83a379 https://go.googlecode.com/hg/ Created 13 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/5g/gobj.c ('k') | src/cmd/6g/gobj.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/5l/l.h
===================================================================
--- a/src/cmd/5l/l.h
+++ b/src/cmd/5l/l.h
@@ -148,6 +148,7 @@
uchar foreign; // called by arm if thumb, by thumb if arm
uchar fnptr; // used as fn ptr
Sym* hash; // in hash table
+ Sym* allsym; // in all symbol list
Sym* next; // in text or data list
Sym* sub; // in SSUB list
Sym* outer; // container of sub
@@ -265,7 +266,6 @@
LEAF = 1<<2,
STRINGSZ = 200,
- NHASH = 10007,
MINSIZ = 64,
NENT = 100,
MAXIO = 8192,
« no previous file with comments | « src/cmd/5g/gobj.c ('k') | src/cmd/6g/gobj.c » ('j') | no next file with comments »

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