search for: l540

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

Did you mean: 540
2016 Dec 02
4
Computing block profile weights
...9;s frequency from BlockFrequencyInfo, relative to the function's entry block frequency, and scaled by the function's entry count. This is also the computation that's done by getBlockProfileCount <https://github.com/llvm-mirror/llvm/blob/master/lib/Analysis/BlockFrequencyInfoImpl.cpp#L540> in lib/Analysis/BlockFrequencyInfoImpl.cpp. The problem is that this method can be extremely imprecise, because many functions have an entry count of zero. The entry count is computed from the number of profile samples in the entry block. Depending on the function's CFG, this count can be...
2007 Mar 12
1
infinite loop in clients/upsclient.c connect
...nt into an infinite loop on OS X (IPv6 enabled). The error code returned by connect is EINVAL, which apparently isn't one of the errors documented in connect(2) here. http://boxster.ghz.cc/projects/nut/changeset/731 http://boxster.ghz.cc/projects/nut/browser/trunk/clients/upsclient.c?rev=731#L540 I'm not sure about the logic inside the switch statement in general, actually. If the error is EAFNOSUPPORT, I would think we would need more than just to break out of the switch statement. Also, EINTR is most likely going to be generated by a signal, and the only unmasked signal that we can r...
2016 Mar 22
7
Changes to get CD to boot on EFI System.
I've been the maintainer of the G4L project since 2004, and have had great success using syslinux, but yesterday I ran into a machine that would not boot from the CD. The system system was a Lenovo L540 notebook, and it seems to use EFI? Disabled the Secure EFI, but it still would not boot. Comes up with the syslinux menu and seems to load the kernel, but then it just stops. Never shows the message about finding the filesystem and loading the ram disk? Installed Fedora 23 on the machine from D...