Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1018)

Unified Diff: pnacl/driver/pnacl-ld.py

Issue 14317008: PNaCl: Enable ExpandByVal pass for expanding out passing structs by value (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/callingconv_case_by_case/for_each_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/driver/pnacl-ld.py
diff --git a/pnacl/driver/pnacl-ld.py b/pnacl/driver/pnacl-ld.py
index a70a16a520549a55fc25845551f2e7a6b8c05ce6..dc57ee1f9d86855caf6095ce51a43cf6a91296fa 100755
--- a/pnacl/driver/pnacl-ld.py
+++ b/pnacl/driver/pnacl-ld.py
@@ -358,6 +358,7 @@ def main(argv):
passes += ['-lowerinvoke',
'-simplifycfg']
passes += ['-expand-varargs',
+ '-expand-byval',
jvoung (off chromium) 2013/04/24 19:59:12 When you did the byval -> reference pass did you a
Mark Seaborn 2013/04/24 20:36:42 No, I didn't. (See https://codereview.chromium.or
jvoung (off chromium) 2013/04/24 21:43:09 Well, I'm okay with leaving it here, and filing an
'-nacl-expand-ctors',
'-resolve-aliases',
'-nacl-expand-tls',
« no previous file with comments | « no previous file | tests/callingconv_case_by_case/for_each_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698