Displaying 20 results from an estimated 113 matches for "manny".
Did you mean:
many
2012 Nov 26
4
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Sorry for speaking too soon. It is missing from 3.2 which is the version I have been using. If it is already implemented than it is very good news.
Thanks.
-----Original Message-----
From: Eli Bendersky [mailto:eliben at google.com]
Sent: Monday, November 26, 2012 9:25 AM
To: Manny Ko
Cc: Albert Graef; Benjamin Kramer; LLVM Developers Mailing List
Subject: Re: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
On Mon, Nov 26, 2012 at 9:18 AM, Manny Ko <Manny.Ko at imgtec.com> wrote:
> I know the old JIT pretty well but have only used the MCJIT from the client s...
2012 Nov 26
1
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
I see. If I am writing my own listener can I still get back the (llvm::Function, void* Code, size_t Size)?
Ciao.
-----Original Message-----
From: Kaylor, Andrew [mailto:andrew.kaylor at intel.com]
Sent: Monday, November 26, 2012 1:24 PM
To: Manny Ko
Cc: LLVM Developers Mailing List
Subject: RE: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
No. It adds a new event, 'NotifyObjectEmitted'. The Intel JIT listener that I mentioned then uses the emitted object to find the functions (which are all emitted together).
Because o...
2012 Nov 26
2
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Thanks Andrew for the update.
Does it support NotifyFunctionEmitted?
Cheers.
-----Original Message-----
From: Kaylor, Andrew [mailto:andrew.kaylor at intel.com]
Sent: Monday, November 26, 2012 1:06 PM
To: Manny Ko
Cc: LLVM Developers Mailing List
Subject: RE: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
The current 3.2 code branch has events being broadcast from the MCJIT engine when a new object is emitted, but the profiling listeners do not do anything with the events (and I don't expect...
2012 Nov 26
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
...ntioned then uses the emitted object to find the functions (which are all emitted together).
Because of the way that MCJIT is implemented, it isn't really feasible to reconstruct things like the EmittedFunctionDetails in the NotifyFunctionEmitted event.
-Andy
-----Original Message-----
From: Manny Ko [mailto:Manny.Ko at imgtec.com]
Sent: Monday, November 26, 2012 1:10 PM
To: Kaylor, Andrew
Cc: LLVM Developers Mailing List
Subject: RE: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Thanks Andrew for the update.
Does it support NotifyFunctionEmitted?
Cheers.
-----Original Messag...
2012 Nov 26
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
...ut it definitely should be moved to a JIT event listener. FWIW, the legacy JIT only registered function names and unwind information (and I think even that may be gone now).
-Andy
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Manny Ko
Sent: Monday, November 26, 2012 9:27 AM
To: Eli Bendersky
Cc: Benjamin Kramer; LLVM Developers Mailing List
Subject: Re: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Sorry for speaking too soon. It is missing from 3.2 which is the version I have been using. If it is already implemen...
2012 Nov 26
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Ops. I meant to say 3.1.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Manny Ko
Sent: Monday, November 26, 2012 9:27 AM
To: Eli Bendersky
Cc: Benjamin Kramer; LLVM Developers Mailing List
Subject: Re: [LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
Sorry for speaking too soon. It is missing from 3.2 which is the version I have been using. If it is already implemen...
1999 Jan 06
2
access to printers
....18p10 on
Solaris 2.4.
Problem: Some users utilize the workstations on the network as stand alone
systems. They need access to printers, but I don't want to create an
account just for this purpose.
I would like to provide access to the printers without requiring a logon.
Is this possible?
Manny
Manny Estrada (estrada@oxygen.llnl.gov)
C&MS, Computer Security and Networking
Lawrence Livermore National Lab
P.O. Box 808, L-231 Livermore CA 94550
Phone: 925-422-7721
2005 Sep 15
3
Portsentry
I'm running CentOS 4 with Blue Quartz on a white box, and having problems
with installing Portsentry vi the .tar.gz route. Various errors, etc.
Anyone here know of a source, like an RPM or something, for Portsentry for
CentOS?
... or a similar app?
thnx, Manny
2007 Oct 16
3
About wget
...onnexion to internet is not so good, wget downloaded in three parts by
example:
SetupDxLabelMakerSoftonic.exe
SetupDxLabelMakerSoftonic.exe.1
SetupDxLabelMakerSoftonic.exe.1.1
My question is: Is there any way to join all of this or Do I have to
download that again?
Hope an answer
thanks to all
manny
--
"Nuestra recompensa se encuentra en el esfuerzo y no en el resultado.
Un esfuerzo total es una victoria completa".
Mahatma Gandhi
(@ @)
|------o00o-(_)-o00o----------|
|Manuel Enrique Ch?vez Manzano|
|manuel864 at gmail.co...
2012 Nov 26
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
On Mon, Nov 26, 2012 at 9:18 AM, Manny Ko <Manny.Ko at imgtec.com> wrote:
> I know the old JIT pretty well but have only used the MCJIT from the client side. Most of my experience is on the x86backend though.
>
> Another critical feature missing from MCJIT is the JITEventListener. This is usually for supporting debuggers...
2006 Jun 06
14
How can I set the session in a functional test?
Hey :)
I need to simulate a login in my functional test, otherwise I can''t GET nor
POST to the action.
I need to set the session key "logged_in_user_id".
I tried this inside the setup() method:
session[''logged_in_user_id''] = 1
But that throws: TypeError: can''t convert String into Integer
Any ideas?
Thanks,
Rob
-------------- next part
2012 Nov 26
2
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
I know the old JIT pretty well but have only used the MCJIT from the client side. Most of my experience is on the x86backend though.
Another critical feature missing from MCJIT is the JITEventListener. This is usually for supporting debuggers and profiling tools.
Ciao.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Albert
2012 Aug 29
3
Bonferroni correction for multiple correlation tests
Please can someone advise me how I can adjust correlations using bonferroni's correction? I am doing manny correlation tests as part of an investigation of the validity/reliability of a psychometric measure.
Help would be so appreciated!
Cheers,
Louise
2008 Aug 10
2
Multiple Users
I could not find another thread that talked about this but all my searched pulled up manny manny results so I may have overlooked some.
The problem I have is that I recently upgraded my ubuntu 7.10 to 8.04 and the new version of wine (1.1.2) has broken my setup. I run a machine with multiple user (5) and to simplify my life all there Microsoft software they needed was installed under wi...
2006 Jun 06
5
Functional tests and protected actions
Hello!
I have certain methods in my Application Controller, that I need to access.
Namely ApplicationController#logged_in_user
The problem is, that when I try to access it, I get:
NoMethodError: protected method `logged_in_user'' called for
#<AdminController>
Any ideas how I can circumvent that?
Or are functional tests really not suited for any kind of logins and session
work?
2006 Mar 16
4
Handling/Catching Exceptions
Hello!
I was wondering, sometimes I raise an exception in my Rails apps, e.g.:
raise SecurityError unless @post.user == logged_in_user
Now: is there any way to catch that SecurityError exception somewhere
and render a custom template? E.g., I want to render
''app/views/content/security_error.rhtml''
Does anyone know how to do this?
Thanks a bunch,
Rob
2009 Oct 21
1
Use of the command 'replicate'
...)
)
(...)
}
Doing this it gives me an error saying that the 'times' argument is invalid
and that the cluster and treatment indicator indices are both invalid, and
therefore, I'm probably defining "clust.size" wrongly?!
Could you elucidate me about this??
Thanks a lot.
Manny Gomez
--
View this message in context: http://www.nabble.com/Use-of-the-command-%27replicate%27-tp26001367p26001367.html
Sent from the R help mailing list archive at Nabble.com.
2006 Jan 23
0
Firewall/Embeded System/CF/etc
Manny,
You really need to try Astlinux. See www.astlinux.org. It does pretty
much what you desire.
Also see my recent article about Aslinux embedded on a Soekris Net4801
(http://www.tomsnetworking.com/Sections-article153.php)
Michael Graves
Sr Product Specialist
Pixel Power Inc
mgraves@pixelpower.com...
2007 Sep 25
3
XMMS on CentOS 5
...recompensa se encuentra en el esfuerzo y no en el resultado.
Un esfuerzo total es una victoria completa".
Mahatma Gandhi
(@ @)
|------o00o-(_)-o00o----------|
|Manuel Enrique Ch?vez Manzano|
|manuel864 at gmail.com |
|manny at cmc.cfg.sld.cu |
|GNU/LINUX User |
|#424754 |
|Usando CentOS 5 |
|-------ooo--ooo--------------|
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
S...
2013 Sep 19
0
[LLVMdev] Proposal to improve vzeroupper optimization strategy
Great idea. I reported on this problem before and glad to see someone trying to tackle this.
cheers.
________________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Gao, Yunzhong [yunzhong_gao at playstation.sony.com]
Sent: Thursday, September 19, 2013 11:53 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] Proposal to improve