Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32bit #25

Closed
ttilley opened this issue Feb 26, 2012 · 2 comments
Closed

32bit #25

ttilley opened this issue Feb 26, 2012 · 2 comments

Comments

@ttilley
Copy link

ttilley commented Feb 26, 2012

Is there any interest in providing a version of CocoaLumberjack that supports 32bit on 10.6? It's something I'm going to be needing personally for the time being, so I figure whatever effort I spend on it might as well be useful for someone else.

There are two potential strategies here: providing an ARC-free branch (or ifdef'd) and using GC on x86. The benefit of an ARC-free branch is not forcing GC on x86, and the benefit of requiring GC is that there wouldn't need to be multiple branches and potentially divergent code. I'm OK with forcing GC on 32bit to make life easier... It's what I already do for another project.

Thoughts?

@ttilley
Copy link
Author

ttilley commented Mar 22, 2012

no?

@robbiehanson
Copy link
Contributor

I haven't seen much interest in supporting 32bit on 10.6. Or GC. However I'd be happy to point people towards your public repo if anyone asks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants