summaryrefslogtreecommitdiff
path: root/ee/69ef6bedb49715f3b5a9a51a95b301fd86bbd3
blob: f1b19de0f9b03bbcbd60dd2e7bc8cca0bc7ffb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
	helo=mx.sourceforge.net)
	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <gmaxwell@gmail.com>) id 1Y3rrQ-0003GG-2G
	for bitcoin-development@lists.sourceforge.net;
	Wed, 24 Dec 2014 19:44:44 +0000
Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.223.170 as permitted sender)
	client-ip=209.85.223.170; envelope-from=gmaxwell@gmail.com;
	helo=mail-ie0-f170.google.com; 
Received: from mail-ie0-f170.google.com ([209.85.223.170])
	by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1Y3rrP-0005g1-AJ
	for bitcoin-development@lists.sourceforge.net;
	Wed, 24 Dec 2014 19:44:44 +0000
Received: by mail-ie0-f170.google.com with SMTP id rd18so7953342iec.29
	for <bitcoin-development@lists.sourceforge.net>;
	Wed, 24 Dec 2014 11:44:38 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.42.107.83 with SMTP id c19mr26977278icp.48.1419450277785;
	Wed, 24 Dec 2014 11:44:37 -0800 (PST)
Received: by 10.107.16.30 with HTTP; Wed, 24 Dec 2014 11:44:37 -0800 (PST)
In-Reply-To: <CAB2qGxXm1brQLS_T8TWS50iH4me03HEOPh95BYOfk3UN6EnNhw@mail.gmail.com>
References: <CAB2qGxXm1brQLS_T8TWS50iH4me03HEOPh95BYOfk3UN6EnNhw@mail.gmail.com>
Date: Wed, 24 Dec 2014 19:44:37 +0000
Message-ID: <CAAS2fgQhWXx1bqMpDs2qTngYmG8A-HLMKZOkuQf-P_JSL1JiPg@mail.gmail.com>
From: Gregory Maxwell <gmaxwell@gmail.com>
To: Will Bickford <wbic16@gmail.com>
Content-Type: text/plain; charset=UTF-8
X-Spam-Score: -1.6 (-)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(gmaxwell[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
X-Headers-End: 1Y3rrP-0005g1-AJ
Cc: John Tooker <jtooker@gmail.com>,
	Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Subject: Re: [Bitcoin-development] Reading List for Getting Up to Speed
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Wed, 24 Dec 2014 19:44:44 -0000

On Wed, Dec 24, 2014 at 5:08 PM, Will Bickford <wbic16@gmail.com> wrote:
> A tally from August indicated that I may need to slog through 280,000 lines

You're counting 170kloc of machine generated code with the translation
strings there.

The top level (/src) and libconsensus are only about 36kloc. This is
small enough that I would strongly recommend at least skimming all of
it.