Re: [CIL users] CIL Inliner

2013-11-13 Thread Gabriel Kerneis
Hi Jonathan, On Tue, Nov 12, 2013 at 11:38:08PM -0800, Jonathan Kotker wrote: > This is more a question out of curiosity, but is there a reason that the > inliner, available in src/ext, is not included in the default features of > CIL? I use it as part of GameTime, and currently, when a user insta

Re: [CIL users] CIL Inliner

2013-11-13 Thread Jonathan Kotker
Hi Gabriel. Thanks for the answer. I guess I automatically assumed that if a feature was registered, then it would show up as a default feature in CIL. Again, my use case for the inliner is very specific, so I'm not sure how many people would like the inliner to be available by default. Maybe othe

Re: [CIL users] CIL Inliner

2013-11-13 Thread Christian Collberg
I would love for the inliner to be available by default. C On Wed, Nov 13, 2013 at 7:50 PM, Jonathan Kotker wrote: > Hi Gabriel. > > Thanks for the answer. I guess I automatically assumed that if a feature > was registered, then it would show up as a default feature in CIL. Again, > my use case

Re: [CIL users] CIL Inliner

2013-11-13 Thread Gabriel Kerneis
On Wed, Nov 13, 2013 at 10:26:42PM +0200, Christian Collberg wrote: > I would love for the inliner to be available by default. Note that "by default", I only mean that do not need to explicitly load it. You can use --load=inliner. -- Gabriel -