search for: mcdonnel

Displaying 20 results from an estimated 39 matches for "mcdonnel".

Did you mean: mcdonnell
2008 Oct 11
0
[LLVMdev] C++ to C?
...nse of running on a "virtual machine"", but isn't the interpreter itself a virtual machine? I'm not looking to emulate any particular processor - just interested in a tool that will help teach how a processor works.   Can LLVM help, or am I completely off track?   Thanks, M. McDonnell --- On Sat, 10/11/08, Daniel Dunbar <daniel at zuster.org> wrote: From: Daniel Dunbar <daniel at zuster.org> Subject: Re: [LLVMdev] C++ to C? To: michaeldmcdonnell at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Cc: "Duncan Sands" <...
2008 Oct 11
5
[LLVMdev] C++ to C?
Hi Michael, On Sat, Oct 11, 2008 at 12:44 PM, Michael McDonnell < michaeldmcdonnell at yahoo.com> wrote: > > > My assumption has been that LLVM generates machine code for a virtual > machine, and that you supply an interpreter that will execute the code. > The name can be somewhat confusing. LLVM is a lot of things, the web page gives som...
2008 Oct 11
1
[LLVMdev] C++ to C?
...there is an MMIX backend for gcc available. Also, although it isn't a virtual machine, the MIPS architecture is relatively simple and regular, and thus has been commonly used educationally as an introduction to machine architecture and code generation. On Sat, Oct 11, 2008 at 1:28 PM, Michael McDonnell <michaeldmcdonnell at yahoo.com> wrote: > Hi Daniel, > > Thanks for your help. > > You mentioned that "the current interpreter makes no pretense of running on > a "virtual machine"", but isn't the interpreter itself a virtual machine? > I'm no...
2008 Oct 11
2
[LLVMdev] C++ to C?
...th x86 directly. On the other hand, if you are only interested in a teaching tool, why not use something like SPIM for example? If your usage model is different than SPIM then explaining it may clarify how LLVM would fit. http://pages.cs.wisc.edu/~larus/spim.html - Daniel > Thanks, > M. McDonnell > > > --- On *Sat, 10/11/08, Daniel Dunbar <daniel at zuster.org>* wrote: > > From: Daniel Dunbar <daniel at zuster.org> > Subject: Re: [LLVMdev] C++ to C? > To: michaeldmcdonnell at yahoo.com, "LLVM Developers Mailing List" < > llvmdev at cs.uiuc.e...
2008 Oct 11
0
[LLVMdev] C++ to C?
...o be an assembler that can also execute the code (it does not execute binary files). In addition, I'm probably asking for too much. Ideally, I'm looking for something like MS Visual Studio with that executes on a virtual software machine, whose source code is freely available.   Thanks, M. McDonnell --- On Sat, 10/11/08, Daniel Dunbar <daniel at zuster.org> wrote: From: Daniel Dunbar <daniel at zuster.org> Subject: Re: [LLVMdev] C++ to C? To: michaeldmcdonnell at yahoo.com Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> Date: Saturday, October 11, 20...
2007 Feb 23
5
rspec on rails 0 7 5 1
Hi there, I can''t upgrade rspec on rails to 0.7.5.1. I followed the install guide on the website without sucsess. Here''s my env info: $ rails -v Rails 1.2.2 $ gem -v 0.9.2 $ spec -v RSpec-0.7.5.1 (r1395) - BDD for Ruby http://rspec.rubyforge.org/ $ spec ... <snip> ############################################################################ Your RSpec on Rails plugin
2007 Oct 18
6
spec:models depends on development db:migration
For those interested .... rake spec:models seems to clone the test database from development. If your dev db is empty, the models task fails mysteriously. Anyway, to make sure your dev db is at the current migration version, I added this dependency in lib/tasks task ''spec:models'' => ''db:migrate'' Now the dev db is migrated up with each test pass. Keith
2007 Oct 18
4
Feeding the framework ?
Hi there, Is it just me or do many other rspec / rpsec_on_rails users spend more time than they would like feeding the framework ? Don''t get me wrong, I love rpsec, but I seem to spend about 2/3 hours per week hunting down rspec problems. For example, today `rake spec:models` is broken. When I migrate, load fixtures and run `spec -cfs` all is well. When I run `rake spec:models`,
2008 Oct 11
0
[LLVMdev] C++ to C?
...terrupts, timers, DMA controllers, etc.. I know that your interpreter does not, but I thought I might add these peripherals in.   If you have any suggestions I'd appreciate hearing them. I know about the various PC emulators like BOCHS, but they're doing a lot more than I need.   Thanks, M. McDonnell --- On Sat, 10/11/08, Duncan Sands <baldrick at free.fr> wrote: From: Duncan Sands <baldrick at free.fr> Subject: Re: [LLVMdev] C++ to C? To: michaeldmcdonnell at yahoo.com Cc: llvmdev at cs.uiuc.edu Date: Saturday, October 11, 2008, 12:25 PM Hi Michael, > Thank you very much fo...
2010 Nov 30
2
excluding factors from sampling
...c, and f from that group. How do I sample again from the larger group (a-j) but exclude the items (a,c,f) that I have already sampled. I want this to be a function, so I don't want to just manually exclude a,c, and f. Thanks! -- Emma Moran Washington University in St Louis Biology Department McDonnell Hall Rm 419 One Brookings Drive, St. Louis, MO 63130 emoran@wustl.edu [[alternative HTML version deleted]]
2008 Oct 11
3
[LLVMdev] C++ to C?
Hi Michael, > Thank you very much for your help. I have a few more questions if you have a moment... > > * Are there executables available for windows? I think so, but since I don't use windows I can't say for sure. > * Is the source code for the interpreter available, and if so, what is/are the filename(s)? Sure, all source code is available: this is an open source
2006 Jun 06
5
Rails and Framesets
I''d like to use a frameset to separate the content in an app I''m playing with into 3 separate panes. A 1/3 page width left pane will be for general navigation, (so rarely needs reloading). The main content separates into a top and bottom pane, (with the top pane being set by the nav pane, and the bottom pane being set by the top pane). Unfortunately, I''m new to
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...modules still did not. Did I stumble across something bizarre or do I simply have something wrong in my setup? I have only tried this with PXE and haven't tried CD or USB booting. The PC I'm PXE booting is a HP dc5800 with an Intel Core 2 Duo. Thank you for your time and help. -- John D McDonnell
2006 May 21
8
Rails and Postgres
Hi, I''m new to Ruby on Rails and am having a little difficulty working through the ''Rolling with Ruby on Rails'' tutorial. Can anyone help? I''m trying to get the cookbook application to work via a Postgresql db. But get the following error when trying to access http://127.0.0.1:3000/recipe/new Errno::EINVAL in RecipeController#new Invalid argument
2008 Jan 24
2
Meridian case
Hi there, I have a *really* weird issue with rspec on rails: Given a time meridian formatted using %p When I run `rake spec` the time meridian is converted to lower case: expected: "Today 08:00 PM", got: "Today 08:00 pm" Yet when I run `rake spec:models` and `spec -cfs app/models` the specs pass, ie the the time meridian is in upper case. Anyone got any ideas how I
2013 Aug 26
1
logging location of tftpd-hpa
Op 2013-08-26 om 09:35 schreef John McDonnell: > On Behalf Of Geert Stappers > Sent: Sunday, August 25, 2013 6:42 AM > > > > On my previous TFTP server I had logging. I did see all requests > > in logfiles. > > > > On my current TFTP server I have also added the options '-v -v -v', > > but no...
2013 Aug 25
2
logging location of tftpd-hpa
Hello, On my previous TFTP server I had logging. I did see all requests in logfiles. On my current TFTP server I have also added the options '-v -v -v', but nog logging. At least I can't find it them in /var/log/*/* Where does tftpd-hpa writes it's logging? Groeten Geert Stappers -- Leven en laten leven
2007 Dec 11
3
Fresh rspec on rails install blows up
Hi there, I installed the rspec on rails plugin for a new project today and guess what -- it blows up! All by other rspec on rails projects are working fine. I updated all gems & still no joy. Any ideas how I can troubleshoot this one ? Here''s my setup: - ruby 1.8.4 (2005-12-24) [powerpc-darwin8.7.0] - Rails 1.2.5 Installed with svn: ruby script/plugin install
2007 Feb 28
2
Fixture name not available as class variable in spec
Hi there, I can''t seem to access the fixture name as a class variable from my specs. I have to set the variable in the spec setup. ... [fixtures] my_fixture: id: 1 ... [rpsec] @my_fixture.id.should == 1 ... [error] You have a nil object when you didn''t expect it! The error occurred while evaluating nil.id ... [my setup] RSpec-0.7.5.1 (r1395) - BDD for Ruby Rails
2008 Oct 11
1
[LLVMdev] C++ to C?
On Oct 11, 2008, at 12:49 AM, Duncan Sands wrote: > On Friday 10 October 2008 20:29:49 Michael wrote: >> What command and options should be used to convert C++ to C? > > Try this: > > llvm-gcc -c -O3 -emit-llvm file.cpp -o - | llc -march=c -o - > > It should spray C code to standard out. Bear in mind that if you use features from the C++ library, you are still going