search for: currentcontext

Displaying 5 results from an estimated 5 matches for "currentcontext".

2011 May 06
0
[LLVMdev] Requirements for the EH representation
...void h(); void g() { try { f(); } catch (...) { h(); } } assumming a hypothetical Coroutine object that supports manual cleanup of the stack allocated objects, the code above is semantically equivalent to: struct CoroutineStack { Coroutine* context; CoroutineStack* next; } Coroutine* currentContext; CoroutineStack * nextCatchContextLink; void f () { currentContext->yieldTo( nextCatchContextLink->context ); } void h(); void g() { Coroutine tryContext( [&] => { f(); } ); Coroutine catchContext( [&] => { h(); } ); //define a new link to store current catch context //...
2011 May 04
2
[LLVMdev] Greedy register allocation
On May 4, 2011, at 8:23 AM, Evan Cheng wrote: >> I don't know how realistic it is to model the loop buffer in the register allocator, but this would a very interesting thing to try to optimize for in a later pass. If an inner loop "almost" fits, then it would probably be worth heroic effort to try to reduce the size of it to shave off a few bytes. > > Jakob and I have
2018 Jan 10
0
[shiny] How to read current URL address
...ocol session$clientData$url_hostname session$clientData$url_pathname session$clientData$url_port session$clientData$url_search But then when I try to use this code in my server function the bellow Error appears: > urlSearch <- session$clientData$url_search Error in .getReactiveEnvironment()$currentContext() : Operation not allowed without an active reactive context. (You tried to do something that can only be done from inside a reactive expression or observer.) Could anyone help with this? Considering that the reactive I will not use this value to renderText or to put this values on my shiny webs...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
..., {"_ZL4HHOp", "HHOp"}, {"_ZL6VersOp", "VersOp"}, {"_ZL22VersionPrinterInstance", "VersionPrinterInstance"}, {"_ZL22OverrideVersionPrinter", "OverrideVersionPrinter"}, {"_ZN12_GLOBAL__N_1L14CurrentContextE", "(anonymous namespace)::CurrentContext"}, {"_ZL25gCrashRecoveryContexMutex", "gCrashRecoveryContexMutex"}, {"_ZL11PrevActions", "PrevActions"}, {"_ZL5Dummy", "Dummy"}, {"_ZL15ExplicitSymbols"...
2011 Jan 11
2
IE6 install problem
...Enabled 11-01-11 11:04:02 AM WineBottler[13985] 11-01-11 11:04:03 AM WineBottler[13985] ###BOTTLING### Create .app... 11-01-11 11:04:04 AM WineBottler[13985] ###BOTTLING### Turn on Coreaudio... 11-01-11 11:04:15 AM SystemUIServer[113] It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil. This is a programming error. Break on _NSWarnForDrawingImageWithNoCurrentContext to debug. This will be logged only once. This may break in the future. 11-01-11 11:04:15 AM WineBottler[13985] ###BOTTLING### Sandboxing... 11-01-11 11:04:15 AM WineBottler[13985] ###BOTTLING### Enabling An...