#239: NSXML classes cannot be modified properly
--+-
Reporter: kou...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: major | Mile
Hi Charlie,
I don't think/hope you do it on purpose, but it seems that you're asking
questions just to prove that Laurent is wrong and that whatever he will do
will end up slowing down the current experimental branch.
I understand that you are upset about Antonio Cangiano's blog post with
early
Laurent Sansonetti wrote:
I don't think it's a good idea to provide a way to turn off
optimizations and I do not see the point in benchmarking dead code in
general (I would never do this).
I think it's actually very useful to provide a way to turn off specific
optimizations, if only because t
So, I think there are 2 things to do in order to achieve that goal:
1) making MacRuby an OSA component, so that it's recognized by the
system (osalang, Script Edit, etc.). I have no idea on how to
implement this. If you're willing to check it out, the documentation
is there:
http://dev
On Mar 28, 2009, at 10:38 PM, Charles Oliver Nutter wrote:
Laurent Sansonetti wrote:
It's possible by modifying the source code and comment the call to
createInstructionCombiningPass() and createCFGSimplificationPass(),
but I do not recommend to remove these because I think it would
break
On Mar 28, 2009, at 8:09 PM, रजनीश wrote:
Hello,
I'm curious, how did you manage to build MacRuby with clang? I
thought
it did not support C++ yet. Did you use llvm-g++ maybe?
Laurent
I just used g++. I haven't built llvm-gcc. That is too much trouble.
when '.c' then ['clang'
Hello,
I'm curious, how did you manage to build MacRuby with clang? I thought
it did not support C++ yet. Did you use llvm-g++ maybe?
Laurent
I just used g++. I haven't built llvm-gcc. That is too much trouble.
when '.c' then ['clang', @cflags]
when '.cpp' then ['/usr