Displaying 10 results from an estimated 10 matches for "rayfix".
Did you mean:
radix
2009 Aug 11
0
[LLVMdev] svn down?
On Mon, Aug 10, 2009 at 6:18 PM, Ray Fix<rayfix.ml at gmail.com> wrote:
>
> Hello,
> I had a question tangentially related to svn. I am very new to LLVM. It
> seems like a long road to making my own backend, but I am wading through the
> documentation and experimenting with the code and having a lot of fun with
> it. I...
2009 Aug 11
2
[LLVMdev] svn down?
Hello,
I had a question tangentially related to svn. I am very new to
LLVM. It seems like a long road to making my own backend, but I am
wading through the documentation and experimenting with the code and
having a lot of fun with it. I would like to try various experimental
things out and also keep track of the latest changes. It seems like
this is very difficult to do with svn.
2009 Sep 15
2
[LLVMdev] LLVM Beginner Question
On Sep 15, 2009, at 10:55 AM, Óscar Fuentes wrote:
> Graham Hemingway <graham.hemingway at gmail.com> writes:
>
>> I am just getting started with LLVM and am having some build issues.
>> I am running Snow Leopard and like to use XCode as my IDE. I know
>> that I need to compile with llvm-config to get all of the proper
>> build
>> settings. My
2009 Sep 15
0
[LLVMdev] LLVM Beginner Question
Ray Fix <rayfix.ml at gmail.com> writes:
>> Generate the XCode project with cmake. See
>>
>> http://www.llvm.org/docs/CMake.html
[snip]
> PPS: Someone should add the -G Xcode (and possibly other example
> targets to) example to the CMake.html doc.
The document explains how to list...
2009 Aug 11
2
[LLVMdev] svn down?
On Aug 10, 2009, at 6:40 PM, Erick Tryzelaar wrote:
> On Mon, Aug 10, 2009 at 6:18 PM, Ray Fix<rayfix.ml at gmail.com> wrote:
>>
>> Hello,
>> I had a question tangentially related to svn. I am very new to
>> LLVM. It
>> seems like a long road to making my own backend, but I am wading
>> through the
>> documentation and experimenting with the code...
2009 Sep 15
1
[LLVMdev] LLVM Beginner Question
On Sep 15, 2009, at 11:31 AM, Óscar Fuentes wrote:
>
>> PPS: Someone should add the -G Xcode (and possibly other example
>> targets to) example to the CMake.html doc.
>
> The document explains how to list the available generators. It
> mentions
> that generator's names are case-sensitive too.
>
Ah, ic. My apologies. I followed the first step of the getting
2009 Sep 16
0
[LLVMdev] Suppressing cmake's LLVM_ENABLE_PIC for the Xcode generator
Hi,
If you create an Xcode project with
cmake -G Xcode ~/llvm
and do a build, you end up with 68 warnings like this:
-mdynamic-no-pic overrides -fpic or -fPIC
This can be easily avoided doing:
cmake -G Xcode -ULLVM_ENABLE_PIC ~/llvm
But I think it would be nicer if it built warning-free with the
simpler form.
What do you think?
Ray
PS: CMake generated make style builds on
2006 Jan 22
0
MySQL Adaptor on WinXP Dual CPU machine broken?
When I run using webrick on a dual WinXP SP2 machine it crashes
intmittently at random locations.
If the page has no MySQL lookups in it it will go and go forever. The
moment I put one
MyModel.find(:first) into the controller. Webrick starts crashing
again. Crash as in illegal access into low addresses of memory.
I have tried installing MySQL 4.1 and 5 GA as well as uninstalling and
2009 Sep 23
3
[LLVMdev] [cfe-dev] thoughts about n-bit bytes for clang/llvm
I am trying to gauge how much interest there is in supporting non-8-
bit byte targets.
Other than myself, Ken Dyck of ON Semiconductor has a 24-bit machine
he is trying to support. We have been working jointly on this but we
are also both new to Clang and LLVM. Although both of our
processors are not mainstream, Ken points out that Texas Instruments
the C5000 series is also 16-bit
2006 Jan 23
8
yield vs @content_for_layout, etc..
I am relatively new to RoR and Ruby for that matter. A few questions
for the pros:
Question 1:
In the 5min ajax video the presenter uses
<%= yield %> in his layout.
In the agile book, @content_for_layout is used.
Since, yield is an actual Ruby construct, is it more efficient and
preferred? What is the difference?
Question 2:
Links are often of the form :action =>