Displaying 20 results from an estimated 130 matches for "reinsert".
2016 Mar 15
7
RFC: DenseMap grow() slowness
...tion. EarlyCSE is the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
grow() is inherently slow because it needs to rehash and reinsert everything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to improve this (some of which probably aren’t what we want):
1. Use a map that doesn’t require rehashing an...
2016 Mar 15
2
RFC: DenseMap grow() slowness
...the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
>>
>> grow() is inherently slow because it needs to rehash and reinsert everything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to improve this (some of which probably aren’t what we want):
>>
>> 1. Use a map that doesn’t re...
2016 Mar 15
2
RFC: DenseMap grow() slowness
...yCSE is the best example, but Reassociate and MachineCSE have this to some degree as well (there might be others?). To put it simply: at least in my profile, EarlyCSE spends ~1/5 of its time growing DenseMaps. This is kind of… bad.
>
> grow() is inherently slow because it needs to rehash and reinsert everything. This means growing a DenseMap costs much, much more than growing, for example, a vector. I talked about this with a few people and here are some possibilities we’ve come up with to improve this (some of which probably aren’t what we want):
>
> 1. Use a map that doesn’t require re...
2005 May 15
5
AreskiCC
...a great effort
but incomplete. Basically the first thing that happens is that when I load
/areskicc/Public/index.php it refuses my username and passwork
(AUTHENTICATION REFUSED, please check your login/password! ) which I guess
is the same as the one I configured on defines.php right?) and after I
reinsert it I get the error: Method Not Allowed. The requested method POST
is not allowed for the URL /areskicc/Public/index2.php.
In any case, does anybody know of any better instructions on how to install
and configure AreskiCC?
Thanks,
Robson
-------------- next part --------------
An HTM...
2006 Mar 21
8
How to avoid multiple submits/posts?
Hello,
How do I prevent previously submitted form data from being reinserted into
the database when the user presses the browser''s Refresh button?
On Aughey''s advice in #irc I tried using `redirect_to'' a new `:action'' but
this approach doesn''t seems to work.
Any idea what might be wrong or how to tackle this problem?
Thanks...
2015 Dec 04
2
GlobalsAA from GVN
>You could, in the LTO pipeline, reinsert GlobalsAA after the SLPVectorizer
(not saying you should).
I didn't realise that adding GlobalsAA* after* SLPVectorizer could help.
Thanks for this tip.
>There is something fishy. Do you have a test case that reproduce with
llvm-lto?
I'm currently looking at a proprietary benchmark. I...
2004 Aug 06
2
bug report w.r.t. streaming of metadata in icecast
On Thursday, 09 August 2001 at 18:08, Richard Fromm wrote:
> On Tue, 7 Aug 2001, Richard Fromm wrote:
>
> > to clarify, the behavior that i saw was that most of the time the title
> > streaming appeared in the client, but sometimes it did not.
>
> i think i've nailed this down. the problem is if the icecast server
> starts in the middle of a song already being
2020 May 24
2
mkfs.fat Device or resource busy
I'm trying to format a 16 GB SD card to FAT32.
Either it won't find the device or it
gives me the titular error message.
mkfs.fat /dev/sdc
I have tried "ejecting" the drive and reinserting the card.
I have tried inserting another card, checking to insure
that I could see its file, ejecting that card and
inserting the target card.
If I do not umount it, busy, if I don't, not found.
What is the incantation for formatting an SD card.
BTW I am using Centos 7 and a USB adapter....
2012 Jan 30
3
[PATCH] Btrfs: allow cloning ranges within the same file
...tl.c
+++ b/fs/btrfs/ioctl.c
@@ -2223,8 +2223,6 @@ static noinline long btrfs_ioctl_clone(struct file *file, unsigned long srcfd,
* decompress into destination''s address_space (the file offset
* may change, so source mapping won''t do), then recompress (or
* otherwise reinsert) a subrange.
- * - allow ranges within the same file to be cloned (provided
- * they don''t overlap)?
*/
/* the destination must be opened for writing */
@@ -2247,8 +2245,6 @@ static noinline long btrfs_ioctl_clone(struct file *file, unsigned long srcfd,
src = src_file->f_de...
2008 Nov 10
2
[LLVMdev] LLVM C++ API memory management
While reading LLVM API docs, I have noticed a lot of plain "new"/"delete"
statements, and lots of bare pointers ("Value* = foo.getSomeValue()" etc.).
How exactly LLVM manages it's own memory? Who is responsible for
allocating/deallocating things? Why smart pointers are not used?
Thanks in advance. I hope I haven't missed some basic chapter about this
in
2008 Nov 10
0
[LLVMdev] LLVM C++ API memory management
...of instructions). When a node is inserted
into a parent container (e.g. an instruction in a basic block) then
the parent owns the node.
This means that if you create an instruction and insert it into a
block, you're fine. If you remove an instruction from a block, you
have to either reinsert it or delete it. The "remove" methods remove
a node from its parent and returns it, the "erase" methods do a remove
+delete.
> Thanks in advance. I hope I haven't missed some basic chapter about
> this
> in tutorial :-)
Unfortunately this is not really docum...
2010 May 04
1
speex encoding
...3 bits
never change, seeming to indicate that the audio is fully encoded in 40 bits.
It is important in my application that the audio is compressed as much as
possable for transmission over a communication system. My question is, is it
possable to strip these 3 bits off before transmission and reinsert them at the
receiving end before decoding?
2004 Aug 06
0
bug report w.r.t. streaming of metadata in icecast
...nds like an
ices bug, not an icecast bug).
i just want to clarify, though -- it does *not* get periodically inserted
every 4096 bytes (in this instance), and that is the intention. it will
get inserted once on some 4096 byte boundary, whenever a new client
connects to the server. and it will get reinserted once for any new
client. and it will also get reinserted whenever the source tells
icecast to update the metadata, which is typically when it switches to
a new song. yes?
orry if i'm taking up so much e-mail on what once i understand it is i
think a reasonably simple issue.
- rich
--- &...
2011 Jan 12
1
Queue periodic announce...
...ore than 5 minutes then play a message with
option to leave a voicemail
This means that I would have to be able to play a different message
after five minutes. I thought I could solve this by having the user
leave the queue after 5 minutes, play the message with the option for
voicemail and then reinserting them into the queue but I cannot find a
way to put the user back in the same position they were when the timeout
occurred. Any ideas on how to implement this? We are using Asterisk
1.6.2.15 with Queuemetrics.
--
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez Prats
Director...
2003 Dec 01
0
No subject
Back on the server, I then edited the picture with xv. I used linux, not
samba, to call up the image in xv. I then reinserted the image in
powerpoint but got the old picture. Ergo,
windows had cached the file and linux did not inform samba it was updating
the file, so samba let windows continue to cache it. I then did the same excercize, but
this time using samba to open up and save the file with xv. This time, the
rein...
2007 May 24
2
Reformatting a USB drive
I have a USB drive that has been formatted as NTFS. Can I reformat it?
I have identified these properties about it
/dev/sda1
/media/Extrnl_Bkup
Not sure what to do next since the GUI will not mount a NTFS disk
(expected).
Todd
--
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2007 Dec 04
2
[LLVMdev] Memory allocation (or deallocation) model?
On Mon, 2007-12-03 at 18:56 -0800, Chris Lattner wrote:
> Other IR objects (like instructions) have very simple ownership. An
> instruction is owned by its basic block, a bb is owned by the function, a
> function is owned by thet module.
If an instruction is initially allocated with its Instruction
*insertAtEnd parameter defaulted to null, and then later appended to a
BasicBlock,
2006 Jan 16
1
princomp() with missing values in panel data?
...t( dataset ) )
p$scores[ ,1] # the first factor
(where dataset contains missing values; incidentally, princomp(retailsmall,
na.action=na.omit) does not work for me, so I must be doing something wrong,
here.) the bad news is that I would like NA observations to be retained as
NA, so that I can reinsert the factors into the data set:
dataset$first.factor = p$scores[,1]
there must be an elegant way of doing this. help appreciated.
may I humbly suggest that in linear models, it would be intuitive if the
default would be for NA's to be ignored in the model computations, and that
the functions...
2004 Jun 14
1
TE410P in Austria
...nnel => 17-31
switchtype = euroisdn
signalling = pri_cpe
pridialplan = local
group = 2
context=default
channel => 32-46
channel => 48-62
Another thing - for the wct4xxp module - do i really need to restart the
whole pc so that changes in /etc/zaptel.conf take effect, or do i only
need to reinsert the module - rerun ztcfg ?
hope someone here can help me
best regards
Wolfgang
2008 Nov 02
5
R newbie: how to replace string/regular expression
Hello;
I am a R newbie and would like to know correct and efficient method for
doing string replacement.
I have a large data set, where I want to replace character "M", "b",
and "K" (currency in Million, Billion and K) to millions. That is
209.7B with (209.7 * 10e6) and 100.00K with (100.00 *1/100)
and etc..
d <- c("120.0M", "11.01m",