Displaying 20 results from an estimated 23 matches for "avian".
Did you mean:
asian
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
Hi Nicolas,
I plan on using the Avian GC (which is a precise, generational collector).
Eventually, I'd like to fully integrate all of the runtime services Avian
provides - even integrating the existing Avian JIT compiler, to allow for
partially-AOT builds.
Avian does indeed have it's own class library, but I would be very surp...
2010 Jul 16
1
[LLVMdev] java front-end
...are that VMKit had the ability to generate llvm code
from .class / .jar files - I thought all of its code-generation capabilities
were very closely tied to the VM itself. I'll look into this.
The motivation behind this project is to be able to get both the small size
and fast startup times of Avian, along with the speed of llvm-generated
code.
Currently, to do aot compilation, Avian runs its (completely non-optimizing,
but blazingly fast) JIT over all the methods in the selected classpath, and
stores these methods in a bootimage, which it links statically with the main
Avian executable. All...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 5:35 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
> Hi Nicolas,
>
> I plan on using the Avian GC (which is a precise, generational collector).
>
OK - Great!
> Eventually, I'd like to fully integrate all of the runtime services Avian
> provides - even integrating the existing Avian JIT compiler, to allow for
> partially-AOT builds.
>
> Avian does indeed have it'...
2010 Jul 16
0
[LLVMdev] java front-end
Hi Joshua,
> I'm trying to use the Java front-end (which, based on svn commits, appears
> to be three-years-dead),
> I'm trying to use llvm as a replacement aot compiler
I'm not acquainted with the Avian JVM, but
haven't you considered using VMkit llvm project, it contains
.class/.jar to llvm compiler, also JIT compiler(native code compiler)
and aot compiler.
And it's not three years-old
Regards,
Minas
On Fri, Jul 16, 2010 at 9:41 PM, Joshua Warner <joshuawarner32 at gmail.com> wr...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 9:52 AM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> On Tue, Jul 20, 2010 at 5:35 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
>
>> Hi Nicolas,
>>
>> I plan on using the Avian GC (which is a precise, generational
>> collector).
>>
>
> OK - Great!
>
>
>> Eventually, I'd like to fully integrate all of the runtime services Avian
>> provides - even integrating the existing Avian JIT compiler, to allow for
>> partially-AOT builds....
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua,
What plans did you have for GC? No GC at all or Avian JVM has its own GC
(and is it precise or not?)?
If you're not planning on using VMKit's GCs, then 64-bit system should not
be a big problem: the only problem that we have now is compiling GNU
Classpath, and most probably Avian JVM has its own version of the class
libraries?
Also, note tha...
2010 Jul 16
3
[LLVMdev] java front-end
...ime did llvm change from building with exception handling and rtti to
building without?
I remember reading somewhere that llvm code should use dyn_cast instead of
dynamic_cast. Do these need to be changed here?
A little background:
I'm trying to use llvm as a replacement aot compiler for the Avian JVM (see
oss.readytalk.com). I figured I may be able to complete the java front end,
and sufficiently parameterize it to be used with Avian (which will
essentially just provide runtime services like GC and exception handling).
Sincerely,
Joshua
Here is the output of the build (after ./configure)...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
Hi Nicolas,
Thanks for all your help, but if 64-bit systems are still a big problem,
perhaps the VMKit AOT compiler is not the best solution to my problem. I'd
like to be able to support the major (if not all all) platforms that the
Avian JVM supports - x86 & x86_64 linux & windows, powerpc darwin and ARM.
Regards,
Joshua
On Tue, Jul 20, 2010 at 8:00 AM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> Hi Joshua,
>
> If you can get a running 32bit system, I'd suggest you do so, as you'll g...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...e for emitting calls in the IR that are lowered by
> a later pass?
>
This is much more difficult, but we could try to have something like that.
On the list of difficulties: where is the exception handler IR located? who
references it? how to prevent dead code elimination to remove it?
> Avian only needs a 1-word header - it uses the lower bits of the vtable
> pointer for GC and hashing.
>
Cool. And on a synchronized, it pushes the header on the stack? Or Avian is
not multi-threaded?
>
>
>>
>> * Able to output object files (preferably) or assembly for the targe...
2007 Jan 05
3
Confused about Search Results
...Update with score of 0.897013485431671.
CDC Influenza Update with score of 0.897013485431671.
CDC Influenza Update with score of 0.897013485431671.
CDC Influenza Update with score of 0.897013485431671.
CDC Influenza Update with score of 0.897013485431671.
CDC Update 4.3.06 (Avian & Seasonal Influenza) with score of
0.776836454868317.
CDC Update 4.3.06 (Avian & Seasonal Influenza) with score of
0.776836454868317.
CDC Update 4.3.06 (Avian & Seasonal Influenza) with score of
0.776836454868317.
CDC Update 4.3.06 (Avian & Seasonal Influenza) with s...
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
Jeremy,
This has nothing to do with LLVM or VMKit... but if you're interested:
I've been working on a light-weight JVM called Avian (
http://oss.readytalk.com/avian/). It has a fast JIT compiler (that
produces moderately good code, but no optimization). It doesn't have any
.NET support currently, but given the deep similarities between .NET and
Java, I think it wouldn't be a monumental task to add support.
I've b...
2011 Sep 27
2
searching several subsequences in a single string sequence
...nce.
For example:
If I have this single sequence:
ABCABAABABABCAB
I am looking for the subsequence "ABC". Want I need to get here is that the
subsequence is found twice.
Any idea how can I do this?
Thanks in advance
Marcelo Araya-Salas
Ph.D. Student
Avian Communication and Evolution Lab
Department of Biology
New Mexico State University
Lab: 575-646-4863
[[alternative HTML version deleted]]
2011 Jan 03
0
dclone 1.3-0
...in R. The R
Journal, 2(2):29-37. URL:
http://journal.r-project.org/archive/2010-2/RJournal_2010-2_Solymos.pdf
The current release of 'dclone' supports parallel computations via the
'snow' package.
Have fun,
Peter
Peter Solymos
Alberta Biodiversity Monitoring Institute
and Boreal Avian Modelling project
Department of Biological Sciences
CW 405, Biological Sciences Bldg
University of Alberta
Edmonton, Alberta, T6G 2E9, Canada
Phone: 780.492.8534
Fax: 780.492.7635
email <- paste("solymos", "ualberta.ca", sep = "@")
http://www.abmi.ca
http://www.bore...
2007 Oct 29
0
Wilkcoxon with bootstrap
R-users,
Background: I took roadside samples of avian species richness and I
would like to model the relationship between species richness and
habitat around my 500 + sample locations (in a file called ROADSIDE).
However, one criticism is that roadside habitats do not represent
habitats throughout the study area. I tend to disagree because I detect
b...
2011 Jan 03
0
dclone 1.3-0
...in R. The R
Journal, 2(2):29-37. URL:
http://journal.r-project.org/archive/2010-2/RJournal_2010-2_Solymos.pdf
The current release of 'dclone' supports parallel computations via the
'snow' package.
Have fun,
Peter
Peter Solymos
Alberta Biodiversity Monitoring Institute
and Boreal Avian Modelling project
Department of Biological Sciences
CW 405, Biological Sciences Bldg
University of Alberta
Edmonton, Alberta, T6G 2E9, Canada
Phone: 780.492.8534
Fax: 780.492.7635
email <- paste("solymos", "ualberta.ca", sep = "@")
http://www.abmi.ca
http://www.bore...
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...ack and support provided by a growing user
base. Special thanks to Martyn Plummer for exposing RNG handling in
rjags for better integration, and to Khurram Nadeem for catching the
most annoying bugs on the test run.
Cheers,
Peter
Peter Solymos
Alberta Biodiversity Monitoring Institute
and Boreal Avian Modelling project
Department of Biological Sciences
CW 405, Biological Sciences Bldg
University of Alberta
Edmonton, Alberta, T6G 2E9, Canada
Phone: 780.492.8534
Fax: 780.492.7635
email <- paste("solymos", "ualberta.ca", sep = "@")
http://www.abmi.ca
http://www.bore...
2012 Feb 14
0
New version: dclone 1.7-1 and dcmle 0.1-4 rolled out
...ack and support provided by a growing user
base. Special thanks to Martyn Plummer for exposing RNG handling in
rjags for better integration, and to Khurram Nadeem for catching the
most annoying bugs on the test run.
Cheers,
Peter
Peter Solymos
Alberta Biodiversity Monitoring Institute
and Boreal Avian Modelling project
Department of Biological Sciences
CW 405, Biological Sciences Bldg
University of Alberta
Edmonton, Alberta, T6G 2E9, Canada
Phone: 780.492.8534
Fax: 780.492.7635
email <- paste("solymos", "ualberta.ca", sep = "@")
http://www.abmi.ca
http://www.bore...
2017 Jul 11
0
Multivariate random forests in R - how to obtain variance explained for multiple responses in randomForestSRC package - or other package
Hello,
I am wanting to use MRF to do multivariate regression.
We are testing whether acoustic indices can predict structure (relative abundances) of vocalising avian community in UK and Ecuador.
There are 26 acoustic indices, 65 UK species and 95 Ecuadorian species.
I want to build a model for each ecozone (UK/ EC) using all species (relative abundance) as response matrix, and acoustic indices as predictors.
I?d then like to know:
- total variance explained &...
1997 Jan 07
3
logwatching
If it''s any help, here''s a sed script that is reasonably good at pulling out
suspicious-looking items generated by various daemons. Fix appropriately...
_H*
==========
# this should match a buncha different stuff
/ [Pp]ermi/b ff
/ PERMI/b ff
/ [Rr]efuse/b ff
/ REFUSE/b ff
/ [Dd]en[yi]/b ff
/ DEN[YI]/b ff
/[Rr]eject/b ff
/REJECT/b ff
/[Bb]ogus/b ff
/[Pp]assw/b ff
/PASSW/b ff
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua,
If you can get a running 32bit system, I'd suggest you do so, as you'll get
up to speed right away. I can't test VMKit on a 64bits machine, and I have
been aware that there are some compilation/execution problems. Besides, the
current GCs of VMKit do not work on 64bits (neither MMTk nor GCMmap2).
Nicolas
On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at