Displaying 11 results from an estimated 11 matches for "demer".
Did you mean:
defer
2003 Oct 16
2
OGG portable (iRiver iHP-120)
I remember seeing a post about a japanese link to a new portable with OGG support. I stumbled across this today and thought I'd throw it out there incase you guys hadn't seen it.
http://www.iriveramerica.com/products/iHP-120.asp
Looks pretty sweet to me.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2008 Jul 31
1
re: smb server attached to san
I've been handed a server environment with samba serving a 1.5 terabyte SAN
mount, and find
connections to the mount slow.
Any attempt to read the filesystem remotely results in a 5-10 second lag
before responding.
Once the initial lag has passed, the filesystem can be read in a reasonable
responsive manner.
I'm not sure where to look to identify the problem. It's possible using
2015 Feb 18
3
[LLVMdev] Writing LLVM front-end
Thanks, Reid.
When you say the frontend needs to know about how LLVM implements it, do
you mean, the Function* type in LLVM, and in which order you add to the
arguments array when building this type?
Thank you for the video link, just reading the abstract I see this is the
way to go. However, as I finished typing the sentence, I wonder if this
means clang and/or llvm may be a runtime dependency.
2009 Jan 17
0
[LLVMdev] Criticism of garbage collection support in LLVM
It's nice that he claims it's way too high overhead without any, you know, data.
Then again, he also thinks writing a good native code generator isn't
that difficult, so ....
On Sat, Jan 17, 2009 at 1:18 PM, Mikhail Glushenkov <foldr at codedgers.com> wrote:
> This may be of interest:
>
> http://lhc-compiler.blogspot.com/2009/01/case-against-cllvm.html
>
> People
2006 Jul 05
0
TestableLogger plugin
...available for testing through the assertions `assert_logged` and
`assert_nothing_logged`.
home page:
http://code.teytek.com/rails/plugins/testable_logger/
svn repository:
http://svn.teytek.com/rails/plugins/testable_logger/trunk
questions, comments, suggestions welcome...
thanks,
mike demers
[mike@teytek.com]
--------------------------------
TEYTEK CONSOLIDATED INDUSTRIES
Quality Software Manufacturing
http://teytek.com/
--------------------------------
2006 Jun 22
0
frugalist: rails tames amazon wishlists
...ine.
for example, i can add all 5 of my amazon wishlists and set up a feed
that will show me all books from any of the lists that are available
used for less than $5.
if you can spare the time, i''d really appreciate it if you could check
it out and pass along your feedback.
thanks,
mike demers
[mike@teytek.com]
----------------------------------------------------------------------
TEYTEK CONSOLIDATED INDUSTRIES
= Quality Software Manufacturing
@ http://teytek.com/
----------------------------------------------------------------------
2002 Nov 21
1
portable ogg hardware update
Does anyone know of any updates in the portable ogg support category? How's the iRiver evaluation unit scenario working out (http://www.xiph.org/ogg/vorbis/hardware.html) ? Can I safely assume that any retail product being available by Christmas falls in to the "Snowballs chance in... a very warm place" category.
Also, I happen to be one of the (apparently) few people who purchased
2015 Feb 20
2
[LLVMdev] Writing LLVM front-end
...20, 2015 at 9:01 AM, Ahmed Taj elsir <meedo456123 at gmail.com>
wrote:
> Thank you all,
>
> David Jones
>
> >>> You would then implement your own garbage collector in your runtime.
> If you don't >>> want to do that, then consider using the
> Boehm-Demers-Weiser conservative
> >>> collector. It requires no special support from LLVM.
>
> I was thinking to implement smart pointer instead of using GC , I mean
> like this:
> >>> obj b = new obj();
> b will automatically be instantiate as smart pointer (which will be...
2002 Dec 05
12
stupid cd player mod question
Hi, really stupid question here:
1) not bothered how possible it is
2) not bothered how legal it is
3) not bothered how much it costs
question: how would i go about modifiying my stereo cd player (whatever model) to be able to play vorbis files on CD/CD-R/CD-RW ?
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe
2009 Jan 17
9
[LLVMdev] Criticism of garbage collection support in LLVM
This may be of interest:
http://lhc-compiler.blogspot.com/2009/01/case-against-cllvm.html
People implementing a new Haskell compiler explain why LLVM is an
unsuitable target for them.
2015 Feb 18
4
[LLVMdev] Writing LLVM front-end
Hi,
I'm new in LLVM project , I have to write a compiler frond-end (based
on LLVM) in C++ to support my programming language .Am I have to
implement support for each architecture or LLVM has libraries that
can do this for me ? (btw I don't want to support architecture that
LLVM don't) .
does LLVM has helper functions to create objects in heap ? if not is
it good idea to use C++11