Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] GSoC09 - Port Valgrind to use LLVM"
2009 Mar 26
0
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Rodrigo,
On Mar 20, 2009, at 8:41 AM, Rodrigo Dominguez wrote:
> Congratulations to LLVM for getting accepted to GSoC 2009!
>
> I am a PhD candidate interested in participating this year. I have
> been
> working on dynamic compilation (binary translation or BT) for
> multicore
> architectures for a couple of years. I am familiar with the
> internals of
> several
2009 Mar 26
2
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Hi,
Just a thought... How are you going to port llvm so it doesn't use libc?
Valgrind uses the same resources as the running program, so it can't use
the system libc's malloc nor any other functions so it doesn't get
"confused".
Regards and let's hope this project is accepted :-)
F
Owen Anderson wrote:
> Rodrigo,
>
> On Mar 20, 2009, at 8:41 AM,
2009 Apr 03
0
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Filipe Cabecinhas wrote:
> Just a thought... How are you going to port llvm so it doesn't use libc?
> Valgrind uses the same resources as the running program, so it can't use
> the system libc's malloc nor any other functions so it doesn't get
> "confused".
I think you could to put LLVM into a different process.
>> I think I'm the one who put
2009 Mar 19
2
[LLVMdev] GSoC09 potential participant
Hi,
I am a PhD student interested in participating in GSoC09. Being compilers my
area of research, LLVM had got my attention until I read this last post:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-March/021060.html
I would like if one of the official LLVM Developers
(http://llvm.org/developers.cgi) could confirm this. I understand if you are
looking for students who can hit the ground
2006 Mar 09
6
rmagick and captcha
Has anyone implemented a captcha with ruby on rails and rmagick?
I tried this example:
http://wiki.rubyonrails.com/rails/pages/HowtoSecureFormsWithNoisyImages
but I got an error:
undefined method `size'' for #<NoisyImage:0x34d8070>
Thank you
--------------------------------------------------
Rodrigo Dominguez
?
Iplan Networks ???????????????Datos Personales
2006 Jun 05
4
transactions
Can you give me some links where transactions in rails are explained in
depth? Thank you
PS: I''ve looked in google, but I just couldn''t find good articles, I''m
working with postgresql
Rodrigo Dominguez
Iplan Networks Datos Personales
rdominguez@iplan.com.ar rorra@rorra.com.ar
www.iplan.com.ar <http://www.iplan.com.ar/>
2014 Feb 24
6
[LLVMdev] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
Hi,
I've seen on the LLVM's Open Projet Page [1] an idea about using LLVM to
generate native code in Valgrind. For what I know, Valgrind uses libVEX
to translate native instructions into a bitcode, used to add the
instrumentation and then translated back to native code for execution.
Valgrind and LLVM are two tools that I use nearly every day. I'm also
very interested in code
2006 May 24
2
array parameters in web services
I''m working in a web service, actually, I have:
class UnifiedLoginApi < ActionWebService::API::Base
class CLL_Metadata < ActionWebService::Struct
member :key, :string
member :type, :string
member :value, :string
member :webapplication_id, :string
member :user_tenfold_id, :string
member :login_username, :string
2006 Feb 27
21
what hardware shuld I but to manage 100k of connections per day?
I''m doing a fotolog for a company.
It''s expected to manage about 100k of connections per day and about 1500
concurrents connections.
What hardware should I buy to manage those numbers of connections?
I''m planning to use slackware + lighttpd + fastcgi, but perhaps we will
have to reuse some scripts in php, in that case I would use slackware +
apache + mod_php + fastcgi
2006 Feb 27
2
list of countries, states, cp, etc.
I''m doing a registration form.
I saw many registrations forms which asks you for a country and it lists
all the countries of the world, and when you select a country the form
is actualized with all the states or provinces, and when you select a
state/province then the form is actualized with all the cities.
I''m looking to do something like that, is there a free service or pay
2006 Aug 14
1
various returns parameters in action web service
I''m working with ActionWebService, building a SOAP Service.
I realize that I can returns various values, in example:
api_method :foo,
:expects [ { :value1 => :int },
{ :value2 => :int } ],
:returns [ { :return_value_1 => :int},
{ :return_value_2 => :string},
{ :return_value_3 =>
2006 Jun 21
3
validation help
I would like to validate a number within a certain range.
To first test that a entry is a valid number i use
validates_numericality_of :my_number, :message =>''sorry, not a number''
to test if the number is within a certain range i use
validates_inclusion of :my_number, :in => min..max, message => ''outside
range!''
If the numericality test fails, I
2006 May 04
5
web service authentication
after almost a week of trial and error, i''ve finally got a hold of
creating a web service in rails. after all this time though, i''m still
not quite sure if i can make it work the way i want it to.
i was basically trying to create a login portal so that the users at our
company can have one place to login for all of our internal
applications. well, right now - i can have each
2006 Jan 30
4
characters are not being correctly displayed
ok, here is my problem:
I started at my house a rails project, and I''m from argentina so I use
spanish, and I uses characters like ''?'', ''?'', ''?'', ''?'', ''?''.
In my house, every was working ok.
Then I brought the application at office, and when I start the server, I
just can''t see those
2010 May 16
1
[LLVMdev] LLVM Valgrind
Hi:
I have been working on Valgrind [porting it to non-supported architectures]
and wanted to know what you guys think of Valgrind for LLVM.
I haven't thought through fully myself - so wanted to get your inputs before
becoming rigid in my own opinion.
Original Valgrind works on object code - translating the asm to its own IR
[intermediate representation]. But for LLVM, probably putting the
2006 Apr 28
5
please explain web services
could someone explain some of the uses for a web service. i''m reading
about how to make them, but i''m still not quite sure what they''re good
for.
i have multiple rails apps that i would like to pass user information
back and forth to. i''m not sure if something like this could help me or
not.
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Apr 04
1
ActiveRecord object
I have an ActiveRecord class
class User < ActiveRecord::Base
end
and I want to define an attribute, in example "links", links will be an
array.
class User < ActiveRecord::Base
attr :links
end
and now, I want links to be an array, so I do
class User < ActiveRecord::base
attr:links
def initialize(attributes)
super(attributes)
@links =
2010 Apr 08
1
Progressive output on the views
There is one web page that because it request data from several web
services, it delays between 20 and 200 seconds.
So my idea is to display the status of the data that is being fetched
(or even the data as its being fetched) to the user, so he don''t have to
wait like 200 seconds thinking that perhaps the page is not working.
But until now, I always render the web pages totally at the
2006 Jun 23
5
how can i alter the validations error messages.
hello
my name is reynaldo
my question is the next.
i want change the text of the validations error messages generated by
ruby when you don''t wrote properly the data in the form.
--
Posted via http://www.ruby-forum.com/.
2014 Feb 26
2
[LLVMdev] [Valgrind-developers] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
Hi,
only one letter got to valgrind-developers mailing list. I'll quote
the first message of the thread so that those who do not read llvmdev
knew what's this discusssion about.
=== Begin of the first message ===
> Hi,
>
> I've seen on the LLVM's Open Projet Page [1] an idea about using LLVM to
> generate native code in Valgrind. For what I know, Valgrind uses libVEX