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

Issue 179086: Remove FunctionRecord objects in favor of existing PyMethodDef globals (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 6 months ago by Reid Kleckner
Modified:
16 years, 6 months ago
CC:
unladen-swallow_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Missed a name in the comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -81 lines) Patch
M Python/llvm_fbuilder.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M Util/RuntimeFeedback.h View 1 5 chunks +5 lines, -21 lines 0 comments Download
M Util/RuntimeFeedback.cc View 9 chunks +11 lines, -53 lines 2 comments Download

Messages

Total messages: 4
Reid Kleckner
PTAL. This assumes that all PyMethodDefs are global and live forever, which is certainly the ...
16 years, 6 months ago (2009-12-16 23:11:05 UTC) #1
Collin Winter
http://codereview.appspot.com/179086/diff/8/10 File Util/RuntimeFeedback.cc (left): http://codereview.appspot.com/179086/diff/8/10#oldcode59 Util/RuntimeFeedback.cc:59: else if (src.InFuncMode() && src.data_[i].getPointer() != NULL) { You ...
16 years, 6 months ago (2009-12-17 00:23:43 UTC) #2
Reid Kleckner
http://codereview.appspot.com/179086/diff/8/10 File Util/RuntimeFeedback.cc (left): http://codereview.appspot.com/179086/diff/8/10#oldcode59 Util/RuntimeFeedback.cc:59: else if (src.InFuncMode() && src.data_[i].getPointer() != NULL) { On ...
16 years, 6 months ago (2009-12-17 01:20:48 UTC) #3
collinwinter
16 years, 6 months ago (2009-12-17 20:38:38 UTC) #4
LGTM
Sign in to reply to this message.

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