search for: jawspeak

Displaying 3 results from an estimated 3 matches for "jawspeak".

2007 Sep 22
2
How to fire an event when the page completes loading?
I''m looking for an event handler in Prototype (or plain old JavaScript) similar to onContentReady() in the YUI library: (see http://developer.yahoo.com/yui/examples/event/event-timing.html) How can I implement this? If I''m not mistaken, my testings showed the document.onLoad() happens too early (as soon as the page loads it fires, even before some dom elements are on the page
2015 Oct 18
3
Managed Languages BOF @ Dev Meeting
I won’t be able to attend, but I’d be interested in hearing if any conclusions are reached on several of these topics: > On 16 Oct 2015, at 21:27, Joe Ranieri via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > - Dealing with the explosion of basic blocks that come up with > languages where almost every function call, implicit and explicit, can > raise exceptions. This
2015 Oct 19
3
Managed Languages BOF @ Dev Meeting
...n > for the second null check (the constructed exceptions will have > different stack traces attached to them, for instance [1]). [ Footnote inlined ] > [1]: there is a "hot exception" optimization that some JVMs can do > that may allow us to get around this > (http://jawspeak.com/2010/05/26/hotspot-caused-exceptions-to-lose-their-stack-traces-in-production-and-the-fix/), > but that's an _optimization_ that Java programmers should be able to > turn off. There are some quite exciting security vulnerabilities associated with this optimisation (it turns out tha...