Displaying 8 results from an estimated 8 matches for "frameless".
2018 Jan 27
0
[RFC] Improving compact x86-64 compact unwind descriptors
...rmally. A failure is a fatal error."
I suspect I missed a part of the proposal covering this, but if entries are described by only start address, is there a problem of the previous non-null function's range extending & picking up these functions if they don't have entries?
4. For frameless functions -- small-stack RSP functions -- you're assuming that the compiler saves and restores spilled registers with MOV instructions instead of PUSH/POP instructions. I think this is the normal behavior of the compiler, something like
subq $0x98, %rsp
movq %rsi, 0x10(%rsp)
movq %rdi,...
2011 Aug 16
1
Problem with visual studio feature pack
This used to be fine in Wine 1.3.18. At which exact version did it stopped working I am not sure. I know it hasnt worked from 1.3.22 to 1.3.26.
The problem is when using the MS Visual studio feature pack, menus are being displayed as framed windows instead of a frameless window giving the illusion of a menu. The two images show what Wine is currently displaying and what it should resemble. If I had to guess the WS_BORDER style is being set when it should not be.
[Image: http://i1085.photobucket.com/albums/j429/jwong2/Wine1326.png ]
[Image: http://i1085.photobuck...
2010 Aug 20
1
Re: OT: Xranr support for MacOSX {was: Wine Window not Maximizin
The place to put this information is the MacOSX wiki page, which looks to be sorely in need of updating. An experienced Mac user needs to do it. http://wiki.winehq.org/MacOSX
2010 Aug 20
0
OT: Xranr support for MacOSX {was: Wine Window not Maximizing in MacOSX}
...don't normally run Alpha level code on my system, but if it is possible to 'back level' to 2.5.1, I will try and grab this package over the weekend (as well as update my local git) at an Internet Cafe. Progress on Xranr is very important to providing fullscreen capabilities as well as frameless windows in X. Hopefully, we will see much progress and a much earlier release of 2.6 because there are other features that MacOSX X11 needs.
I'll visit the forums this weekend as well and start a thread that I would like to see made into a sticky that will explain and update this topic. Agai...
2006 Jun 27
5
Ajax - Inserting selected elements from request.responseText
After retrieving a URL using an Ajax.Request...
function onComplete (request, json) {
// request.responseText holds the entire page
Only the content contained in elementID = ''source'' is intended for display
At this time, the following code works, but it disturbingly copies the
entire page from the source URL into the target DIV
$(''target'').innerHTML =
2013 Dec 13
2
Extension Packets?
I have a project I'm investigating. The goal is to basically add lossless
extensions to Opus. You have an Opus stream with standard packets, but
interwoven in there are extension packets that contain the residuals.
Ideally, compliant decoders play the stream back and ignore the extension
packets. This (hopefully) makes the "lossless" stream compatible with
existing players.
2018 Jan 26
4
[RFC] Improving compact x86-64 compact unwind descriptors
Here is our proposal to extend/enhance the x86-64 compact unwind
descriptors to fully describe the prologue/epilogue for asynchronous
unwinding. I believe there are missing/lacking CFI directives as well,
but I'll save that for another thread.
Asynchronous Compact Unwind Descriptors
Ron Brender, VMS Software, Inc.
Revised January 25, 2018
1 Introduction
This document proposes means to
2015 Aug 10
5
RFC: Add "operand bundles" to calls and invokes
We'd like to propose a scheme to attach "operand bundles" to call and
invoke instructions. This is based on the offline discussion
mentioned in
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-July/088748.html.
# Motivation & Definition
Our motivation behind this is to track the state required for
deoptimization (described briefly later) through the LLVM pipeline as
a