Displaying 5 results from an estimated 5 matches for "230x".
Did you mean:
230
2007 Aug 09
1
FLAC 1.2.0 won't build without ogg
...p;
e->total_samples_to_encode / e->sample_rate / 10 > 230)
+#if FLAC__HAS_OGG
+ if(e->use_ogg && e->total_samples_to_encode > 0 &&
e->total_samples_to_encode / e->sample_rate / 10 > 230) {
requested_seek_points = "230x;";
+ }
else
+#endif
+ {
requested_seek_points = "10s;";
+ }
num_requested_seek_points = 1;
}
Regards,
Christopher Key
2007 Jul 25
2
building flac 1.2.0 on OS X
I just tried to build 1.2 on my Macbook
i ran configure with the following arguments (like i have in the past)
./configure --enable-static --disable-asm-optimizations --disable-shared
then "make:
i get the following error:
encode.c: In function 'convert_to_seek_table_template':
encode.c:2181: error: 'struct <anonymous>' has no member named 'use_ogg'
2008 Oct 27
0
[LLVMdev] mem2reg optimization
...t; basically
>>> does load-load-add-store-call over and over again.
>>
>> It would be nice if you could share the artificial testcase, e.g. by
>> attaching it to a bugzilla.
>
> I've got it and will file the bug.
Thank you! I committed a patch that provides a ~230x speedup on that
testcase. If you run into other similar problems, please file another
bugzilla.
>
>
>>> I've got the original patch ready to go. Should I commit that? I'm
>>> thinking
>>> if we want to make things simpler later on we can do that and...
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
...",
0xfec5a75a "\203?\004\205?t,P?9]", 0xfec8c640 "", 0xfeba2000 "",
0xfec88000 "\034\213\f", 0x80476d4 "?v\004\b",
0xfec504ae "\203?\0043?\213E?\211\b_^[\213?]?j", 0xfec8c640 "",
0xfeb58640 "", 0x80476f8 "\230x\004\b?\006\a\b`\025\025\b?",
0xfec3d144 "\203?\020\213L$\b?\001", 0x811d617 "", 0x804770c "",
0x80476e0 "?", 0x0, 0x8163e88 "?\005\a\b\006",
0xc1 <Address 0xc1 out of bounds>, 0x8151566 "", 0x8151560 "*CLI> ",
0...
2008 Oct 21
2
[LLVMdev] mem2reg optimization
On Monday 20 October 2008 16:14, Chris Lattner wrote:
> Ok, if you need this direction, just use an
> std::vector<pair<unsigned,Instruction*>> as a forward map? You can do
> fast binary searches in it.
I don't see how that helps. I need a map from BasicBlock to a list of loads
and stores.
> > I suppose we could resctrict the map to containing only load and