Displaying 2 results from an estimated 2 matches for "endeca".
Did you mean:
edeca
2008 Mar 30
0
RUBY ON RAILS DEVELOPER / World famous cutting-edge company
...b standards and usability
PLUS FACTORS:
* Previous experience working for an interactive agency, design
studio or advertising agency
* Experience with TextMate, Transmit, Flash and Action Script
* Passion for Web 2.0
* Familiarity with e-commerce sites
* Experience integrating Endeca and CoreMetrics
* Knowledgeable in server architecture and design; able to perform
Sys Admin duties
If interested, please submit your resume online at
http://webdeveloper.techjobslosangeles.com/-web-developer-272
Regards,
Kevin E. Jenkins
k.jenkins at tech-source dot com
Tech-Source, Inc.
A...
2010 Aug 18
1
[LLVMdev] LLVM and threading
Hi all,
I'd like to run LLVM in a threaded application, where different threads
will be compiling separate, unrelated code. I'm compiling using the JIT
so I can execute the code as soon as it's compiled.
How should I use LLVM? Should I create an ExecutionEngine for each
thread, or only a single, global instance?
I noticed that JIT::getPointerToFunction() contains: