search for: macruby

Displaying 8 results from an estimated 8 matches for "macruby".

Did you mean: macrob
2011 May 18
1
[LLVMdev] Overflows and optimizations
Hi, We have a problem concerning LLVM optimizations and overflows in MacRuby. I reduced that to the following (architecture x86-64): $ cat e.c #include <stdio.h> long foo(void); int main() { const long a = foo(); const long b = foo(); const long res = a * b; fprintf(stderr, "0x%lx 0x%lx 0x%lx 0x%lx\n", res, a, b, res / a); return 0; }...
2011 May 30
2
[LLVMdev] Crash in libunwind
...s we avoid the cases where dynamically generated code invokes window management functions. We have tried with both NoFramePointerElim set and cleared, it doesn't seem to make a difference. Has anybody else run into a similar stack trace? I have not found much through Google, but there's a MacRuby ticket with a very similar stack trace : http://www.macruby.org/trac/ticket/427. This was closed as "worksforme", but the original poster indicated it was still failing for him, although only on one particular machine. This suggests the problem may depend on the specific version of LLVM j...
2009 May 09
7
does somebody use XCode on Mac for RoR instead of TextMate?
does somebody use XCode on Mac for RoR instead of TextMate? I wonder how is it compared to TextMate... TextMate uses the default font of Monaco... the Xcode screenshot on Wikipedia uses Courier... I wonder if Xcode looks as good as TextMate when the font is changed to Monaco as well? Thank you. -- Posted via http://www.ruby-forum.com/.
2011 May 30
0
[LLVMdev] Crash in libunwind
...where dynamically generated code invokes window management functions. > > We have tried with both NoFramePointerElim set and cleared, it doesn't seem to make a difference. > > Has anybody else run into a similar stack trace? I have not found much through Google, but there's a MacRuby ticket with a very similar stack trace : http://www.macruby.org/trac/ticket/427. This was closed as "worksforme", but the original poster indicated it was still failing for him, although only on one particular machine. This suggests the problem may depend on the specific version of LLVM j...
2010 Mar 01
6
puppet on os x: definitive setup notes?
i''ve been reading docs and blundering my way through a simple puppet client/server setup between two test hosts (puppetmasterd on server 10.5.8, puppet client on client 10.6.2) and am wondering if there''s any current definitive guide for configuring puppet for os x systems. it also seems the gems installed on my client with ruby 1.9.1 as default don''t work very well
2010 Jan 04
0
[LLVMdev] Tail Call Optimisation
On Monday 04 January 2010 03:33:06 Simon Harris wrote: > On 04/01/2010, at 3:01 PM, Jon Harrop wrote: > > I am certainly interested in tail calls because my HLVM project relies > > upon LLVM's tail call elimination. However, I do not understand what tail > > calls LLVM is not currently eliminating that you plan to eliminate? > > Mutual recursion for a start: >
2010 Jan 04
3
[LLVMdev] Tail Call Optimisation
On 04/01/2010, at 3:01 PM, Jon Harrop wrote: > On Monday 04 January 2010 01:12:55 Simon Harris wrote: >> I'm investigating "improving" the TCO facilities in LLVM to provide for >> "hard" tail calls. Specifically, this would involve extending the existing >> implementation to discard the stack frame for the caller before executing >> the callee. I
2009 Oct 24
0
LLVM 2.6 Release!
...ssembler, disassembler, and other machine code technology from the LLVM target descriptions. One of the things I'm really excited to see is the number of external projects that are applying LLVM technology in interesting new ways. The release notes lists two Ruby implementations (Rubinius and MacRuby), the Pure language, the LLVM D Compiler, the Roadsend PHP compiler, Unladen Swallow (Python) and LLVM-Lua. These projects show an amazing breadth of different languages adopting LLVM as their shared optimization, code generation, and JIT technologies (depending on the project). Besides open sour...