Displaying 18 results from an estimated 18 matches for "yeong".
Did you mean:
jeong
2003 Jun 02
3
how-to configure openssh
Hi,
Would you able to advise me to configure openssh running on Redhat linux ver7? Thanks.
Best Regards
_______________________
Joseph Keow
2012 Sep 12
2
[LLVMdev] A Question about LLVM-backend
Hello, all.
I want to manipulate LLVM-backend to emit other compiler's IR, in this
case, VPO's IR.
So, what i want to know is.. Is there a project to be referred? (For
example, "Do LLVM-backend -> GIMPLE" project exist?)
Or, how can I manipulate it easily?
Thanks,
Cho Yeong-pil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120912/9e384b93/attachment.html>
2008 Dec 02
1
[LLVMdev] Error when using getAnalysis
...e testcase I'm running. All the functionality has
been stripped out of the pass, and the pass compiles without a problem, but
the error appears when the pass is run.
Jeff
On Tue, 2 Dec 2008 11:06:44 -0800, Devang Patel <dpatel at apple.com> wrote:
> On Dec 2, 2008, at 10:40 AM, Jeff Yeong-Peng Hao wrote:
>
>>
>> Hi,
>>
>> I had a question about this as well. The documentation about
>> writing a
>> pass shows an example like what John wrote, calling a function pass
>> within
>> a module pass on a per function basis. However, i...
2012 Sep 13
0
[LLVMdev] A Question about LLVM-backend
...e you some ideas.
> Or, how can I manipulate it easily?
You can write a module pass that iterates over all objects in the module
(global variables, functions etc) and squirts out IR for your other compiler.
That's basically what the C backend did.
Ciao, Duncan.
>
> Thanks,
> Cho Yeong-pil
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
2008 Dec 02
0
[LLVMdev] Error when using getAnalysis
On Dec 2, 2008, at 10:40 AM, Jeff Yeong-Peng Hao wrote:
>
> Hi,
>
> I had a question about this as well. The documentation about
> writing a
> pass shows an example like what John wrote, calling a function pass
> within
> a module pass on a per function basis. However, if I code it that
> way, I
> s...
2010 Jun 06
3
running passenger + nginx
hi guys,
Assuming I made some changes to the source code.
My production environment runs on passenger and nginx.
How do I restart passenger and nginx with minimal downtime?
Surely I can''t do a "w" on the terminal because a server will not
always be in zero load.
Would love to hear some recommendations.
PS- I have read on unicorn
2008 Dec 02
2
[LLVMdev] Error when using getAnalysis
Hi,
I had a question about this as well. The documentation about writing a
pass shows an example like what John wrote, calling a function pass within
a module pass on a per function basis. However, if I code it that way, I
still get the same error:
opt: /x/jeffhao/llvm/llvm/include/llvm/PassAnalysisSupport.h:232:
AnalysisType& llvm::Pass::getAnalysisID(const llvm::PassInfo*,
2008 Oct 16
1
[LLVMdev] llvm profiling
I'd like to get some runtime profile data on my code using LLVM. The
various -insert-X-profiling passes seem to add the profiling
instrumentation to the code, but how do I actually generate profiling
output?
It seems like utils/profile.pl can do this, but it uses profile_rt.so
which doesn't exist. I can manually compile the runtime directory
using make install-bytecode, but it
2010 Nov 10
1
[lattice] densityplot label the peak.
Hi,
I've been trying to find a way to label the the peak or mean of a
densityplot for a while but haven't been successful. Does anyone know how to
accomplish this?
Thank you for your help in advance.
Joon
[[alternative HTML version deleted]]
2010 Jul 14
1
Watermark with Ruby on Rails
To whom it may concern, a way to create watermarks with ruby on rails,
imagemagick, attachment_fu and mini-magick in Portuguese, but the code is in
English;)
http://www.woompa.blog.br/2010/07/14/adicionando-marca-dagua-nas-suas-imagens-com-imagemagick-e-mini-magick/
Tnks!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post
2012 Sep 13
2
[LLVMdev] A Question about LLVM-backend
...late it easily?
>
> You can write a module pass that iterates over all objects in the module
> (global variables, functions etc) and squirts out IR for your other compiler.
> That's basically what the C backend did.
>
> Ciao, Duncan.
>
>>
>> Thanks,
>> Cho Yeong-pil
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>
> ________________________________________...
2010 Mar 04
25
how to share variables in data migrations (up/down)
hi there,
How do we share variables in a given data migration?
For example,
the code below fails to work because "statuses" don''t seem to be in
scope for both up and down.
class AddDefaultValuesToStatuses < ActiveRecord::Migration
statuses = [
{
''details'' => ''details'',
},
{
2010 Jun 04
6
Ajax fails in IE8
hi guys,
I am testing a new optional funtionality in my site with IE 8 after
success with Firefox 3.6.3, chrome and safari.
The new functionality basically sees a "sub category" drop down list
get generated in my form as soon as a "Category" value is selected
from the "Category" drop down list.
I have been using the standard rails api such as observe_field, and
2010 Apr 30
12
Can't seem to install RMAGICK on Ubuntu Karmic Koala
hi guys,
I have been trying to install Rmagick on ubuntu karmic koala for a
day.
Yes, ImageMagicK has already been installed and works great with
paperclip and a few other perl scripts I have (which uses
Image::Magick).
The following is what the execution looks like when I tried to
install rmagick ( " gem install rmagick" ):
-------------------- Extract start
2011 Sep 06
8
Ajax and rails 3 UJS (jquery)
Hi, guys,
I''m in the midst of moving an app from rails 2.3.8 to rails 3.0.9.
Sadly, rails 3 no longer has javascript generators and I''m now forced
to do more javascript.
For my project, I have selected jQuery as the javascript framework for
my rails 3.0.9 app.
What I have done to have my app''s deletion link (for each item)
trigger an alert box when the deletion
2009 Jan 30
0
[LLVMdev] Recursive compilation detected
Hi,
I've trying to test a pass with a C version of the 171.swim SPECfp
benchmark. If I run llvm-gcc on the C files, I can generate a functioning
executable. However, if I use llvm-gcc with -emit-llvm, then run lli on
the resulting bitcode, I get the following error:
lli: /x/jeffhao/llvm/llvm-2.4/lib/ExecutionEngine/JIT/JIT.cpp:467: void
llvm::JIT::runJITOnFunction(llvm::Function*):
2009 Feb 26
0
[LLVMdev] MemoryDependenceAnalysis in ModulePass
Hi,
I'm having some trouble using the MemoryDependenceAnalysis pass within
a ModulePass. If I use addRequired and getAnalysis, it works properly
within a FunctionPass, but opt aborts when I try to do the same in a
ModulePass, with the following error:
opt: /x/jeffhao/llvm/llvm/include/llvm/Target/TargetData.h:114:
llvm::TargetData::TargetData(): Assertion '0 &&
2011 Jul 15
0
XCI Boot hangs on "Starting XenConsoled"
I have built XCI with this(http://joshlander.com/?p=22) instruction,
and installed XCI to the machine, but it hangs on booting process.
Arch is i686 and my laptop is lenovo thinkpad T400 (vPro Core2 with VT-x,
VT-d and TXT)
My grub configuration is below. (It is default configuration)
set root=(xenclient-root)
multiboot /boot/xen.gz console=com1 iommu=1 max_dom0_vcpus=1 ioapic_ack=old